Shades of Wattle #CCC04D
Tints of Wattle #CCC04D
RGB
CMYK
RGB Variations
Color information
#CCC04D (or 0xCCC04D) is known color: Wattle. HEX triplet: CC, C0 and 4D. RGB value is (204,192,77). Sum of RGB (Red+Green+Blue) = 204+192+77=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC04D is #333FB2. Grayscale: #B6B6B6. Windows color (decimal): -3358643 or 5095628. OLE color: 5095628.
HSL color Cylindrical-coordinate representation of color #CCC04D: hue angle of 54.33º 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 #CCC04D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 77 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.2 |
| HSL | 54.33º | 0.55% | 0.55% | - |
| HSV(B) | 54.33º | 0.62% | 0.8% | - |
| XYZ | 45.09 | 51.07 | 14.5 | - |
| YUV | 182.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 77 | 0 | 0.06 | 0.62 | 0.2 | 54.33 | 0.55 | 0.55 |
| Hex | CC | C0 | 4D | 0 | 6 | 3E | 14 | 36 | 37 | 37 |
| Octal | 314 | 300 | 115 | 0 | 6 | 76 | 24 | 66 | 67 | 67 |
| Binary | 11001100 | 11000000 | 1001101 | 0 | 110 | 111110 | 10100 | 110110 | 110111 | 110111 |
Color Harmonies of #CCC04D
Complementary color
Monochromatic Colors of #CCC04D
Black with #CCC04D
Text Example
Text Example
White with #CCC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC04D; }
p { color: rgb(204,192,77); }
H1.HeaderClassName
{
color: #CCC04D;
}
.AnyTagClassName
{
color: #CCC04D;
}
</style>
background-color css
<style>
a { background-color: #CCC04D; }
a { background-color: rgb(204,192,77); }
div.DivClassName
{
background-color: #CCC04D;
}
.BgClassName
{
background-color: #CCC04D;
}
</style>
border-color css
<style>
span { border-color: #CCC04D; }
span { border-color: rgb(204,192,77); }
td.TdClassName
{
border-color: #CCC04D;
}
.TagClassName
{
border-color: #CCC04D;
}
</style>