Shades of Wattle #CFCC32
Tints of Wattle #CFCC32
RGB
CMYK
RGB Variations
Color information
#CFCC32 (or 0xCFCC32) is known color: Wattle. HEX triplet: CF, CC and 32. RGB value is (207,204,50). Sum of RGB (Red+Green+Blue) = 207+204+50=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC32 is #3033CD. Grayscale: #BBBBBB. Windows color (decimal): -3158990 or 3329231. OLE color: 3329231.
HSL color Cylindrical-coordinate representation of color #CFCC32: hue angle of 58.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFCC32 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 50 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.19 |
| HSL | 58.85º | 0.62% | 0.5% | - |
| HSV(B) | 58.85º | 0.76% | 0.81% | - |
| XYZ | 47.9 | 56.68 | 11.43 | - |
| YUV | 187.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 50 | 0 | 0.01 | 0.76 | 0.19 | 58.85 | 0.62 | 0.5 |
| Hex | CF | CC | 32 | 0 | 1 | 4C | 13 | 3B | 3E | 32 |
| Octal | 317 | 314 | 62 | 0 | 1 | 114 | 23 | 73 | 76 | 62 |
| Binary | 11001111 | 11001100 | 110010 | 0 | 1 | 1001100 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CFCC32
Complementary color
Monochromatic Colors of #CFCC32
Black with #CFCC32
Text Example
Text Example
White with #CFCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC32; }
p { color: rgb(207,204,50); }
H1.HeaderClassName
{
color: #CFCC32;
}
.AnyTagClassName
{
color: #CFCC32;
}
</style>
background-color css
<style>
a { background-color: #CFCC32; }
a { background-color: rgb(207,204,50); }
div.DivClassName
{
background-color: #CFCC32;
}
.BgClassName
{
background-color: #CFCC32;
}
</style>
border-color css
<style>
span { border-color: #CFCC32; }
span { border-color: rgb(207,204,50); }
td.TdClassName
{
border-color: #CFCC32;
}
.TagClassName
{
border-color: #CFCC32;
}
</style>