Shades of Wattle #CCCB4D
Tints of Wattle #CCCB4D
RGB
CMYK
RGB Variations
Color information
#CCCB4D (or 0xCCCB4D) is known color: Wattle. HEX triplet: CC, CB and 4D. RGB value is (204,203,77). Sum of RGB (Red+Green+Blue) = 204+203+77=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB4D is #3334B2. Grayscale: #BDBDBD. Windows color (decimal): -3355827 or 5098444. OLE color: 5098444.
HSL color Cylindrical-coordinate representation of color #CCCB4D: hue angle of 59.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCCB4D is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 77 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.2 |
| HSL | 59.53º | 0.55% | 0.55% | - |
| HSV(B) | 59.53º | 0.62% | 0.8% | - |
| XYZ | 47.6 | 56.09 | 15.34 | - |
| YUV | 188.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 77 | 0 | 0.00 | 0.62 | 0.2 | 59.53 | 0.55 | 0.55 |
| Hex | CC | CB | 4D | 0 | 0 | 3E | 14 | 3C | 37 | 37 |
| Octal | 314 | 313 | 115 | 0 | 0 | 76 | 24 | 74 | 67 | 67 |
| Binary | 11001100 | 11001011 | 1001101 | 0 | 0 | 111110 | 10100 | 111100 | 110111 | 110111 |
Color Harmonies of #CCCB4D
Complementary color
Monochromatic Colors of #CCCB4D
Black with #CCCB4D
Text Example
Text Example
White with #CCCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB4D; }
p { color: rgb(204,203,77); }
H1.HeaderClassName
{
color: #CCCB4D;
}
.AnyTagClassName
{
color: #CCCB4D;
}
</style>
background-color css
<style>
a { background-color: #CCCB4D; }
a { background-color: rgb(204,203,77); }
div.DivClassName
{
background-color: #CCCB4D;
}
.BgClassName
{
background-color: #CCCB4D;
}
</style>
border-color css
<style>
span { border-color: #CCCB4D; }
span { border-color: rgb(204,203,77); }
td.TdClassName
{
border-color: #CCCB4D;
}
.TagClassName
{
border-color: #CCCB4D;
}
</style>