Shades of Wattle #CCCB47
Tints of Wattle #CCCB47
RGB
CMYK
RGB Variations
Color information
#CCCB47 (or 0xCCCB47) is known color: Wattle. HEX triplet: CC, CB and 47. RGB value is (204,203,71). Sum of RGB (Red+Green+Blue) = 204+203+71=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB47 is #3334B8. Grayscale: #BCBCBC. Windows color (decimal): -3355833 or 4705228. OLE color: 4705228.
HSL color Cylindrical-coordinate representation of color #CCCB47: hue angle of 59.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCCB47 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 71 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.2 |
| HSL | 59.55º | 0.57% | 0.54% | - |
| HSV(B) | 59.55º | 0.65% | 0.8% | - |
| XYZ | 47.4 | 56 | 14.27 | - |
| YUV | 188.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 71 | 0 | 0.00 | 0.65 | 0.2 | 59.55 | 0.57 | 0.54 |
| Hex | CC | CB | 47 | 0 | 0 | 41 | 14 | 3C | 39 | 36 |
| Octal | 314 | 313 | 107 | 0 | 0 | 101 | 24 | 74 | 71 | 66 |
| Binary | 11001100 | 11001011 | 1000111 | 0 | 0 | 1000001 | 10100 | 111100 | 111001 | 110110 |
Color Harmonies of #CCCB47
Complementary color
Monochromatic Colors of #CCCB47
Black with #CCCB47
Text Example
Text Example
White with #CCCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB47; }
p { color: rgb(204,203,71); }
H1.HeaderClassName
{
color: #CCCB47;
}
.AnyTagClassName
{
color: #CCCB47;
}
</style>
background-color css
<style>
a { background-color: #CCCB47; }
a { background-color: rgb(204,203,71); }
div.DivClassName
{
background-color: #CCCB47;
}
.BgClassName
{
background-color: #CCCB47;
}
</style>
border-color css
<style>
span { border-color: #CCCB47; }
span { border-color: rgb(204,203,71); }
td.TdClassName
{
border-color: #CCCB47;
}
.TagClassName
{
border-color: #CCCB47;
}
</style>