#CFCC44

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

Shades of Wattle #CFCC44

Tints of Wattle #CFCC44

Color information

#CFCC44 (or 0xCFCC44) is unknown color: approx Wattle. HEX triplet: CF, CC and 44. RGB value is (207,204,68). Sum of RGB (Red+Green+Blue) = 207+204+68=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC44 is #3033BB. Grayscale: #BDBDBD. Windows color (decimal): -3158972 or 4508879. OLE color: 4508879.

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

Color convert

RGB20720468-
CMYK00.010.670.19
HSL58.71º59.15%53.92%-
HSV(B)58.71º67.15%81.18%-
XYZ48.3756.8713.9-
YUV189.3959.49140.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 68 (26.95% from 255) = 14.20%
R=43.22%
G=42.59%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072046800.010.670.1958.7159.1553.92
HexCFCC440143133b3b36
Octal3173141040110323737366
Binary1100111111001100100010001100001110011111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC44; }

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

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

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

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

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

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

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

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