#CFC339

Color #CFC339 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CFC339

Tints of Wattle #CFC339

Color information

#CFC339 (or 0xCFC339) is unknown color: approx Wattle. HEX triplet: CF, C3 and 39. RGB value is (207,195,57). Sum of RGB (Red+Green+Blue) = 207+195+57=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC339 is #303CC6. Grayscale: #B7B7B7. Windows color (decimal): -3161287 or 3785679. OLE color: 3785679.

HSL color Cylindrical-coordinate representation of color #CFC339: hue angle of 55.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC339 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20719557-
CMYK00.060.720.19
HSL55.2º60.98%51.76%-
HSV(B)55.2º72.46%81.18%-
XYZ45.9952.5911.6-
YUV182.8656.98145.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 57 (22.66% from 255) = 12.42%
R=45.10%
G=42.48%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071955700.060.720.1955.260.9851.76
HexCFC339064813373d34
Octal317303710611023677564
Binary11001111110000111110010110100100010011110111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC339; }

 p { color: rgb(207,195,57); }

 H1.HeaderClassName
 {
   color: #CFC339;
 }
 .AnyTagClassName
 {
   color: #CFC339;
 }
</style>
background-color css

<style>
 a { background-color: #CFC339; }

 a { background-color: rgb(207,195,57); }

 div.DivClassName
 {
   background-color: #CFC339;
 }
 .BgClassName
 {
   background-color: #CFC339;
 }
</style>
border-color css

<style>
 span { border-color: #CFC339; }

 span { border-color: rgb(207,195,57); }

 td.TdClassName
 {
   border-color: #CFC339;
 }
 .TagClassName
 {
   border-color: #CFC339;
 }
</style>