Shades of Wild Willow #CCCB58
Tints of Wild Willow #CCCB58
RGB
CMYK
RGB Variations
Color information
#CCCB58 (or 0xCCCB58) is known color: Wild Willow. HEX triplet: CC, CB and 58. RGB value is (204,203,88). Sum of RGB (Red+Green+Blue) = 204+203+88=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB58 is #3334A7. Grayscale: #BEBEBE. Windows color (decimal): -3355816 or 5819340. OLE color: 5819340.
HSL color Cylindrical-coordinate representation of color #CCCB58: hue angle of 59.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCCB58 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 88 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.2 |
| HSL | 59.48º | 0.53% | 0.57% | - |
| HSV(B) | 59.48º | 0.57% | 0.8% | - |
| XYZ | 48.02 | 56.25 | 17.56 | - |
| YUV | 190.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 88 | 0 | 0.00 | 0.57 | 0.2 | 59.48 | 0.53 | 0.57 |
| Hex | CC | CB | 58 | 0 | 0 | 39 | 14 | 3B | 35 | 39 |
| Octal | 314 | 313 | 130 | 0 | 0 | 71 | 24 | 73 | 65 | 71 |
| Binary | 11001100 | 11001011 | 1011000 | 0 | 0 | 111001 | 10100 | 111011 | 110101 | 111001 |
Color Harmonies of #CCCB58
Complementary color
Monochromatic Colors of #CCCB58
Black with #CCCB58
Text Example
Text Example
White with #CCCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB58; }
p { color: rgb(204,203,88); }
H1.HeaderClassName
{
color: #CCCB58;
}
.AnyTagClassName
{
color: #CCCB58;
}
</style>
background-color css
<style>
a { background-color: #CCCB58; }
a { background-color: rgb(204,203,88); }
div.DivClassName
{
background-color: #CCCB58;
}
.BgClassName
{
background-color: #CCCB58;
}
</style>
border-color css
<style>
span { border-color: #CCCB58; }
span { border-color: rgb(204,203,88); }
td.TdClassName
{
border-color: #CCCB58;
}
.TagClassName
{
border-color: #CCCB58;
}
</style>