Shades of Wattle #CCC94E
Tints of Wattle #CCC94E
RGB
CMYK
RGB Variations
Color information
#CCC94E (or 0xCCC94E) is known color: Wattle. HEX triplet: CC, C9 and 4E. RGB value is (204,201,78). Sum of RGB (Red+Green+Blue) = 204+201+78=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC94E is #3336B1. Grayscale: #BCBCBC. Windows color (decimal): -3356338 or 5163468. OLE color: 5163468.
HSL color Cylindrical-coordinate representation of color #CCC94E: hue angle of 58.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC94E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.2 |
| HSL | 58.57º | 0.55% | 0.55% | - |
| HSV(B) | 58.57º | 0.62% | 0.8% | - |
| XYZ | 47.16 | 55.16 | 15.37 | - |
| YUV | 187.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 78 | 0 | 0.01 | 0.62 | 0.2 | 58.57 | 0.55 | 0.55 |
| Hex | CC | C9 | 4E | 0 | 1 | 3E | 14 | 3B | 37 | 37 |
| Octal | 314 | 311 | 116 | 0 | 1 | 76 | 24 | 73 | 67 | 67 |
| Binary | 11001100 | 11001001 | 1001110 | 0 | 1 | 111110 | 10100 | 111011 | 110111 | 110111 |
Color Harmonies of #CCC94E
Complementary color
Monochromatic Colors of #CCC94E
Black with #CCC94E
Text Example
Text Example
White with #CCC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC94E; }
p { color: rgb(204,201,78); }
H1.HeaderClassName
{
color: #CCC94E;
}
.AnyTagClassName
{
color: #CCC94E;
}
</style>
background-color css
<style>
a { background-color: #CCC94E; }
a { background-color: rgb(204,201,78); }
div.DivClassName
{
background-color: #CCC94E;
}
.BgClassName
{
background-color: #CCC94E;
}
</style>
border-color css
<style>
span { border-color: #CCC94E; }
span { border-color: rgb(204,201,78); }
td.TdClassName
{
border-color: #CCC94E;
}
.TagClassName
{
border-color: #CCC94E;
}
</style>