Shades of Wattle #CCCB4B
Tints of Wattle #CCCB4B
RGB
CMYK
RGB Variations
Color information
#CCCB4B (or 0xCCCB4B) is known color: Wattle. HEX triplet: CC, CB and 4B. RGB value is (204,203,75). Sum of RGB (Red+Green+Blue) = 204+203+75=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB4B is #3334B4. Grayscale: #BDBDBD. Windows color (decimal): -3355829 or 4967372. OLE color: 4967372.
HSL color Cylindrical-coordinate representation of color #CCCB4B: hue angle of 59.53º 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 #CCCB4B is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 75 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.2 |
| HSL | 59.53º | 0.56% | 0.55% | - |
| HSV(B) | 59.53º | 0.63% | 0.8% | - |
| XYZ | 47.53 | 56.06 | 14.97 | - |
| YUV | 188.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 75 | 0 | 0.00 | 0.63 | 0.2 | 59.53 | 0.56 | 0.55 |
| Hex | CC | CB | 4B | 0 | 0 | 3F | 14 | 3C | 38 | 37 |
| Octal | 314 | 313 | 113 | 0 | 0 | 77 | 24 | 74 | 70 | 67 |
| Binary | 11001100 | 11001011 | 1001011 | 0 | 0 | 111111 | 10100 | 111100 | 111000 | 110111 |
Color Harmonies of #CCCB4B
Complementary color
Monochromatic Colors of #CCCB4B
Black with #CCCB4B
Text Example
Text Example
White with #CCCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB4B; }
p { color: rgb(204,203,75); }
H1.HeaderClassName
{
color: #CCCB4B;
}
.AnyTagClassName
{
color: #CCCB4B;
}
</style>
background-color css
<style>
a { background-color: #CCCB4B; }
a { background-color: rgb(204,203,75); }
div.DivClassName
{
background-color: #CCCB4B;
}
.BgClassName
{
background-color: #CCCB4B;
}
</style>
border-color css
<style>
span { border-color: #CCCB4B; }
span { border-color: rgb(204,203,75); }
td.TdClassName
{
border-color: #CCCB4B;
}
.TagClassName
{
border-color: #CCCB4B;
}
</style>