Shades of Wattle #CCC84B
Tints of Wattle #CCC84B
RGB
CMYK
RGB Variations
Color information
#CCC84B (or 0xCCC84B) is known color: Wattle. HEX triplet: CC, C8 and 4B. RGB value is (204,200,75). Sum of RGB (Red+Green+Blue) = 204+200+75=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC84B is #3337B4. Grayscale: #BBBBBB. Windows color (decimal): -3356597 or 4966604. OLE color: 4966604.
HSL color Cylindrical-coordinate representation of color #CCC84B: hue angle of 58.14º 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 #CCC84B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 75 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.2 |
| HSL | 58.14º | 0.56% | 0.55% | - |
| HSV(B) | 58.14º | 0.63% | 0.8% | - |
| XYZ | 46.83 | 54.65 | 14.74 | - |
| YUV | 186.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 75 | 0 | 0.02 | 0.63 | 0.2 | 58.14 | 0.56 | 0.55 |
| Hex | CC | C8 | 4B | 0 | 2 | 3F | 14 | 3A | 38 | 37 |
| Octal | 314 | 310 | 113 | 0 | 2 | 77 | 24 | 72 | 70 | 67 |
| Binary | 11001100 | 11001000 | 1001011 | 0 | 10 | 111111 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CCC84B
Complementary color
Monochromatic Colors of #CCC84B
Black with #CCC84B
Text Example
Text Example
White with #CCC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC84B; }
p { color: rgb(204,200,75); }
H1.HeaderClassName
{
color: #CCC84B;
}
.AnyTagClassName
{
color: #CCC84B;
}
</style>
background-color css
<style>
a { background-color: #CCC84B; }
a { background-color: rgb(204,200,75); }
div.DivClassName
{
background-color: #CCC84B;
}
.BgClassName
{
background-color: #CCC84B;
}
</style>
border-color css
<style>
span { border-color: #CCC84B; }
span { border-color: rgb(204,200,75); }
td.TdClassName
{
border-color: #CCC84B;
}
.TagClassName
{
border-color: #CCC84B;
}
</style>