#CFCC47

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

Shades of Wattle #CFCC47

Tints of Wattle #CFCC47

Color information

#CFCC47 (or 0xCFCC47) is unknown color: approx Wattle. HEX triplet: CF, CC and 47. RGB value is (207,204,71). Sum of RGB (Red+Green+Blue) = 207+204+71=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC47 is #3033B8. Grayscale: #BEBEBE. Windows color (decimal): -3158969 or 4705487. OLE color: 4705487.

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

Color convert

RGB20720471-
CMYK00.010.660.19
HSL58.68º58.62%54.51%-
HSV(B)58.68º65.7%81.18%-
XYZ48.4656.9114.39-
YUV189.7460.99140.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 71 (28.12% from 255) = 14.73%
R=42.95%
G=42.32%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072047100.010.660.1958.6858.6254.51
HexCFCC470142133b3b37
Octal3173141070110223737367
Binary1100111111001100100011101100001010011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC47; }

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

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

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

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

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

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

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

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