Shades of Wattle #CCCB34
Tints of Wattle #CCCB34
RGB
CMYK
RGB Variations
Color information
#CCCB34 (or 0xCCCB34) is known color: Wattle. HEX triplet: CC, CB and 34. RGB value is (204,203,52). Sum of RGB (Red+Green+Blue) = 204+203+52=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB34 is #3334CB. Grayscale: #BABABA. Windows color (decimal): -3355852 or 3460044. OLE color: 3460044.
HSL color Cylindrical-coordinate representation of color #CCCB34: hue angle of 59.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCB34 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 52 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.2 |
| HSL | 59.61º | 0.6% | 0.5% | - |
| HSV(B) | 59.61º | 0.75% | 0.8% | - |
| XYZ | 46.88 | 55.8 | 11.55 | - |
| YUV | 186.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 52 | 0 | 0.00 | 0.75 | 0.2 | 59.61 | 0.6 | 0.5 |
| Hex | CC | CB | 34 | 0 | 0 | 4B | 14 | 3C | 3C | 32 |
| Octal | 314 | 313 | 64 | 0 | 0 | 113 | 24 | 74 | 74 | 62 |
| Binary | 11001100 | 11001011 | 110100 | 0 | 0 | 1001011 | 10100 | 111100 | 111100 | 110010 |
Color Harmonies of #CCCB34
Complementary color
Monochromatic Colors of #CCCB34
Black with #CCCB34
Text Example
Text Example
White with #CCCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB34; }
p { color: rgb(204,203,52); }
H1.HeaderClassName
{
color: #CCCB34;
}
.AnyTagClassName
{
color: #CCCB34;
}
</style>
background-color css
<style>
a { background-color: #CCCB34; }
a { background-color: rgb(204,203,52); }
div.DivClassName
{
background-color: #CCCB34;
}
.BgClassName
{
background-color: #CCCB34;
}
</style>
border-color css
<style>
span { border-color: #CCCB34; }
span { border-color: rgb(204,203,52); }
td.TdClassName
{
border-color: #CCCB34;
}
.TagClassName
{
border-color: #CCCB34;
}
</style>