Shades of Wild Willow #CCCB56
Tints of Wild Willow #CCCB56
RGB
CMYK
RGB Variations
Color information
#CCCB56 (or 0xCCCB56) is known color: Wild Willow. HEX triplet: CC, CB and 56. RGB value is (204,203,86). Sum of RGB (Red+Green+Blue) = 204+203+86=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB56 is #3334A9. Grayscale: #BEBEBE. Windows color (decimal): -3355818 or 5688268. OLE color: 5688268.
HSL color Cylindrical-coordinate representation of color #CCCB56: hue angle of 59.49º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCCB56 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 86 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.2 |
| HSL | 59.49º | 0.54% | 0.57% | - |
| HSV(B) | 59.49º | 0.58% | 0.8% | - |
| XYZ | 47.94 | 56.22 | 17.13 | - |
| YUV | 189.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 86 | 0 | 0.00 | 0.58 | 0.2 | 59.49 | 0.54 | 0.57 |
| Hex | CC | CB | 56 | 0 | 0 | 3A | 14 | 3B | 36 | 39 |
| Octal | 314 | 313 | 126 | 0 | 0 | 72 | 24 | 73 | 66 | 71 |
| Binary | 11001100 | 11001011 | 1010110 | 0 | 0 | 111010 | 10100 | 111011 | 110110 | 111001 |
Color Harmonies of #CCCB56
Complementary color
Monochromatic Colors of #CCCB56
Black with #CCCB56
Text Example
Text Example
White with #CCCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB56; }
p { color: rgb(204,203,86); }
H1.HeaderClassName
{
color: #CCCB56;
}
.AnyTagClassName
{
color: #CCCB56;
}
</style>
background-color css
<style>
a { background-color: #CCCB56; }
a { background-color: rgb(204,203,86); }
div.DivClassName
{
background-color: #CCCB56;
}
.BgClassName
{
background-color: #CCCB56;
}
</style>
border-color css
<style>
span { border-color: #CCCB56; }
span { border-color: rgb(204,203,86); }
td.TdClassName
{
border-color: #CCCB56;
}
.TagClassName
{
border-color: #CCCB56;
}
</style>