#cfcc42

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

Shades of Wattle #CFCC42

Tints of Wattle #CFCC42

Color information

#CFCC42 (or 0xCFCC42) is unknown color: approx Wattle. HEX triplet: CF, CC and 42. RGB value is (207,204,66). Sum of RGB (Red+Green+Blue) = 207+204+66=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC42 is #3033BD. Grayscale: #BDBDBD. Windows color (decimal): -3158974 or 4377807. OLE color: 4377807.

HSL color Cylindrical-coordinate representation of color #CFCC42: hue angle of 58.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFCC42 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20720466-
CMYK00.010.680.19
HSL58.72º59.49%53.53%-
HSV(B)58.72º68.12%81.18%-
XYZ48.3156.8413.58-
YUV189.1658.49140.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 66 (26.17% from 255) = 13.84%
R=43.40%
G=42.77%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072046600.010.680.1958.7259.4953.53
HexCFCC420144133b3b36
Octal3173141020110423737366
Binary1100111111001100100001001100010010011111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfcc42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfcc42; }

 p { color: rgb(207,204,66); }

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

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

 a { background-color: rgb(207,204,66); }

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

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

 span { border-color: rgb(207,204,66); }

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