Shades of Wattle #CCC04A
Tints of Wattle #CCC04A
RGB
CMYK
RGB Variations
Color information
#CCC04A (or 0xCCC04A) is known color: Wattle. HEX triplet: CC, C0 and 4A. RGB value is (204,192,74). Sum of RGB (Red+Green+Blue) = 204+192+74=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC04A is #333FB5. Grayscale: #B6B6B6. Windows color (decimal): -3358646 or 4899020. OLE color: 4899020.
HSL color Cylindrical-coordinate representation of color #CCC04A: hue angle of 54.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC04A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 74 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.2 |
| HSL | 54.46º | 0.56% | 0.55% | - |
| HSV(B) | 54.46º | 0.64% | 0.8% | - |
| XYZ | 44.99 | 51.03 | 13.96 | - |
| YUV | 182.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 74 | 0 | 0.06 | 0.64 | 0.2 | 54.46 | 0.56 | 0.55 |
| Hex | CC | C0 | 4A | 0 | 6 | 40 | 14 | 36 | 38 | 37 |
| Octal | 314 | 300 | 112 | 0 | 6 | 100 | 24 | 66 | 70 | 67 |
| Binary | 11001100 | 11000000 | 1001010 | 0 | 110 | 1000000 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CCC04A
Complementary color
Monochromatic Colors of #CCC04A
Black with #CCC04A
Text Example
Text Example
White with #CCC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC04A; }
p { color: rgb(204,192,74); }
H1.HeaderClassName
{
color: #CCC04A;
}
.AnyTagClassName
{
color: #CCC04A;
}
</style>
background-color css
<style>
a { background-color: #CCC04A; }
a { background-color: rgb(204,192,74); }
div.DivClassName
{
background-color: #CCC04A;
}
.BgClassName
{
background-color: #CCC04A;
}
</style>
border-color css
<style>
span { border-color: #CCC04A; }
span { border-color: rgb(204,192,74); }
td.TdClassName
{
border-color: #CCC04A;
}
.TagClassName
{
border-color: #CCC04A;
}
</style>