Shades of Wattle #CCCB45
Tints of Wattle #CCCB45
RGB
CMYK
RGB Variations
Color information
#CCCB45 (or 0xCCCB45) is known color: Wattle. HEX triplet: CC, CB and 45. RGB value is (204,203,69). Sum of RGB (Red+Green+Blue) = 204+203+69=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB45 is #3334BA. Grayscale: #BCBCBC. Windows color (decimal): -3355835 or 4574156. OLE color: 4574156.
HSL color Cylindrical-coordinate representation of color #CCCB45: hue angle of 59.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCB45 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 69 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.2 |
| HSL | 59.56º | 0.57% | 0.54% | - |
| HSV(B) | 59.56º | 0.66% | 0.8% | - |
| XYZ | 47.33 | 55.98 | 13.94 | - |
| YUV | 188.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 69 | 0 | 0.00 | 0.66 | 0.2 | 59.56 | 0.57 | 0.54 |
| Hex | CC | CB | 45 | 0 | 0 | 42 | 14 | 3C | 39 | 36 |
| Octal | 314 | 313 | 105 | 0 | 0 | 102 | 24 | 74 | 71 | 66 |
| Binary | 11001100 | 11001011 | 1000101 | 0 | 0 | 1000010 | 10100 | 111100 | 111001 | 110110 |
Color Harmonies of #CCCB45
Complementary color
Monochromatic Colors of #CCCB45
Black with #CCCB45
Text Example
Text Example
White with #CCCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB45; }
p { color: rgb(204,203,69); }
H1.HeaderClassName
{
color: #CCCB45;
}
.AnyTagClassName
{
color: #CCCB45;
}
</style>
background-color css
<style>
a { background-color: #CCCB45; }
a { background-color: rgb(204,203,69); }
div.DivClassName
{
background-color: #CCCB45;
}
.BgClassName
{
background-color: #CCCB45;
}
</style>
border-color css
<style>
span { border-color: #CCCB45; }
span { border-color: rgb(204,203,69); }
td.TdClassName
{
border-color: #CCCB45;
}
.TagClassName
{
border-color: #CCCB45;
}
</style>