#CCCF47

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

Shades of Wattle #CCCF47

Tints of Wattle #CCCF47

Color information

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

HSL color Cylindrical-coordinate representation of color #CCCF47: hue angle of 61.32º 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 #CCCF47 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20420771-
CMYK0.0100.660.19
HSL61.32º58.62%54.51%-
HSV(B)61.32º65.7%81.18%-
XYZ48.3557.9214.59-
YUV190.660.51137.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204207710.0100.660.1961.3258.6254.51
HexCCCF471042133d3b37
Octal3143171071010223757367
Binary1100110011001111100011110100001010011111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF47; }

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

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

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

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

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

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

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

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