Shades of Wild Willow #CCCB64
Tints of Wild Willow #CCCB64
RGB
CMYK
RGB Variations
Color information
#CCCB64 (or 0xCCCB64) is known color: Wild Willow. HEX triplet: CC, CB and 64. RGB value is (204,203,100). Sum of RGB (Red+Green+Blue) = 204+203+100=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB64 is #33349B. Grayscale: #BFBFBF. Windows color (decimal): -3355804 or 6605772. OLE color: 6605772.
HSL color Cylindrical-coordinate representation of color #CCCB64: hue angle of 59.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCB64 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 100 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.2 |
| HSL | 59.42º | 0.5% | 0.6% | - |
| HSV(B) | 59.42º | 0.51% | 0.8% | - |
| XYZ | 48.56 | 56.47 | 20.4 | - |
| YUV | 191.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 100 | 0 | 0.00 | 0.51 | 0.2 | 59.42 | 0.5 | 0.6 |
| Hex | CC | CB | 64 | 0 | 0 | 33 | 14 | 3B | 32 | 3C |
| Octal | 314 | 313 | 144 | 0 | 0 | 63 | 24 | 73 | 62 | 74 |
| Binary | 11001100 | 11001011 | 1100100 | 0 | 0 | 110011 | 10100 | 111011 | 110010 | 111100 |
Color Harmonies of #CCCB64
Complementary color
Monochromatic Colors of #CCCB64
Black with #CCCB64
Text Example
Text Example
White with #CCCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB64; }
p { color: rgb(204,203,100); }
H1.HeaderClassName
{
color: #CCCB64;
}
.AnyTagClassName
{
color: #CCCB64;
}
</style>
background-color css
<style>
a { background-color: #CCCB64; }
a { background-color: rgb(204,203,100); }
div.DivClassName
{
background-color: #CCCB64;
}
.BgClassName
{
background-color: #CCCB64;
}
</style>
border-color css
<style>
span { border-color: #CCCB64; }
span { border-color: rgb(204,203,100); }
td.TdClassName
{
border-color: #CCCB64;
}
.TagClassName
{
border-color: #CCCB64;
}
</style>