Shades of Wattle #CCC04C
Tints of Wattle #CCC04C
RGB
CMYK
RGB Variations
Color information
#CCC04C (or 0xCCC04C) is known color: Wattle. HEX triplet: CC, C0 and 4C. RGB value is (204,192,76). Sum of RGB (Red+Green+Blue) = 204+192+76=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC04C is #333FB3. Grayscale: #B6B6B6. Windows color (decimal): -3358644 or 5030092. OLE color: 5030092.
HSL color Cylindrical-coordinate representation of color #CCC04C: hue angle of 54.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC04C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 76 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.2 |
| HSL | 54.38º | 0.56% | 0.55% | - |
| HSV(B) | 54.38º | 0.63% | 0.8% | - |
| XYZ | 45.06 | 51.06 | 14.32 | - |
| YUV | 182.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 76 | 0 | 0.06 | 0.63 | 0.2 | 54.38 | 0.56 | 0.55 |
| Hex | CC | C0 | 4C | 0 | 6 | 3F | 14 | 36 | 38 | 37 |
| Octal | 314 | 300 | 114 | 0 | 6 | 77 | 24 | 66 | 70 | 67 |
| Binary | 11001100 | 11000000 | 1001100 | 0 | 110 | 111111 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CCC04C
Complementary color
Monochromatic Colors of #CCC04C
Black with #CCC04C
Text Example
Text Example
White with #CCC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC04C; }
p { color: rgb(204,192,76); }
H1.HeaderClassName
{
color: #CCC04C;
}
.AnyTagClassName
{
color: #CCC04C;
}
</style>
background-color css
<style>
a { background-color: #CCC04C; }
a { background-color: rgb(204,192,76); }
div.DivClassName
{
background-color: #CCC04C;
}
.BgClassName
{
background-color: #CCC04C;
}
</style>
border-color css
<style>
span { border-color: #CCC04C; }
span { border-color: rgb(204,192,76); }
td.TdClassName
{
border-color: #CCC04C;
}
.TagClassName
{
border-color: #CCC04C;
}
</style>