Shades of Wattle #CCCB4C
Tints of Wattle #CCCB4C
RGB
CMYK
RGB Variations
Color information
#CCCB4C (or 0xCCCB4C) is known color: Wattle. HEX triplet: CC, CB and 4C. RGB value is (204,203,76). Sum of RGB (Red+Green+Blue) = 204+203+76=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB4C is #3334B3. Grayscale: #BDBDBD. Windows color (decimal): -3355828 or 5032908. OLE color: 5032908.
HSL color Cylindrical-coordinate representation of color #CCCB4C: 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 #CCCB4C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 76 | - |
| 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.56 | 56.07 | 15.15 | - |
| YUV | 188.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 76 | 0 | 0.00 | 0.63 | 0.2 | 59.53 | 0.56 | 0.55 |
| Hex | CC | CB | 4C | 0 | 0 | 3F | 14 | 3C | 38 | 37 |
| Octal | 314 | 313 | 114 | 0 | 0 | 77 | 24 | 74 | 70 | 67 |
| Binary | 11001100 | 11001011 | 1001100 | 0 | 0 | 111111 | 10100 | 111100 | 111000 | 110111 |
Color Harmonies of #CCCB4C
Complementary color
Monochromatic Colors of #CCCB4C
Black with #CCCB4C
Text Example
Text Example
White with #CCCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB4C; }
p { color: rgb(204,203,76); }
H1.HeaderClassName
{
color: #CCCB4C;
}
.AnyTagClassName
{
color: #CCCB4C;
}
</style>
background-color css
<style>
a { background-color: #CCCB4C; }
a { background-color: rgb(204,203,76); }
div.DivClassName
{
background-color: #CCCB4C;
}
.BgClassName
{
background-color: #CCCB4C;
}
</style>
border-color css
<style>
span { border-color: #CCCB4C; }
span { border-color: rgb(204,203,76); }
td.TdClassName
{
border-color: #CCCB4C;
}
.TagClassName
{
border-color: #CCCB4C;
}
</style>