Shades of Wattle #CCCB44
Tints of Wattle #CCCB44
RGB
CMYK
RGB Variations
Color information
#CCCB44 (or 0xCCCB44) is known color: Wattle. HEX triplet: CC, CB and 44. RGB value is (204,203,68). Sum of RGB (Red+Green+Blue) = 204+203+68=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB44 is #3334BB. Grayscale: #BCBCBC. Windows color (decimal): -3355836 or 4508620. OLE color: 4508620.
HSL color Cylindrical-coordinate representation of color #CCCB44: hue angle of 59.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCCB44 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 68 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.2 |
| HSL | 59.56º | 0.57% | 0.53% | - |
| HSV(B) | 59.56º | 0.67% | 0.8% | - |
| XYZ | 47.3 | 55.97 | 13.78 | - |
| YUV | 187.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 68 | 0 | 0.00 | 0.67 | 0.2 | 59.56 | 0.57 | 0.53 |
| Hex | CC | CB | 44 | 0 | 0 | 43 | 14 | 3C | 39 | 35 |
| Octal | 314 | 313 | 104 | 0 | 0 | 103 | 24 | 74 | 71 | 65 |
| Binary | 11001100 | 11001011 | 1000100 | 0 | 0 | 1000011 | 10100 | 111100 | 111001 | 110101 |
Color Harmonies of #CCCB44
Complementary color
Monochromatic Colors of #CCCB44
Black with #CCCB44
Text Example
Text Example
White with #CCCB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB44; }
p { color: rgb(204,203,68); }
H1.HeaderClassName
{
color: #CCCB44;
}
.AnyTagClassName
{
color: #CCCB44;
}
</style>
background-color css
<style>
a { background-color: #CCCB44; }
a { background-color: rgb(204,203,68); }
div.DivClassName
{
background-color: #CCCB44;
}
.BgClassName
{
background-color: #CCCB44;
}
</style>
border-color css
<style>
span { border-color: #CCCB44; }
span { border-color: rgb(204,203,68); }
td.TdClassName
{
border-color: #CCCB44;
}
.TagClassName
{
border-color: #CCCB44;
}
</style>