Shades of Wild Willow #CCCB62
Tints of Wild Willow #CCCB62
RGB
CMYK
RGB Variations
Color information
#CCCB62 (or 0xCCCB62) is known color: Wild Willow. HEX triplet: CC, CB and 62. RGB value is (204,203,98). Sum of RGB (Red+Green+Blue) = 204+203+98=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB62 is #33349D. Grayscale: #BFBFBF. Windows color (decimal): -3355806 or 6474700. OLE color: 6474700.
HSL color Cylindrical-coordinate representation of color #CCCB62: hue angle of 59.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCCB62 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 98 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.2 |
| HSL | 59.43º | 0.51% | 0.59% | - |
| HSV(B) | 59.43º | 0.52% | 0.8% | - |
| XYZ | 48.46 | 56.43 | 19.89 | - |
| YUV | 191.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 98 | 0 | 0.00 | 0.52 | 0.2 | 59.43 | 0.51 | 0.59 |
| Hex | CC | CB | 62 | 0 | 0 | 34 | 14 | 3B | 33 | 3B |
| Octal | 314 | 313 | 142 | 0 | 0 | 64 | 24 | 73 | 63 | 73 |
| Binary | 11001100 | 11001011 | 1100010 | 0 | 0 | 110100 | 10100 | 111011 | 110011 | 111011 |
Color Harmonies of #CCCB62
Complementary color
Monochromatic Colors of #CCCB62
Black with #CCCB62
Text Example
Text Example
White with #CCCB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB62; }
p { color: rgb(204,203,98); }
H1.HeaderClassName
{
color: #CCCB62;
}
.AnyTagClassName
{
color: #CCCB62;
}
</style>
background-color css
<style>
a { background-color: #CCCB62; }
a { background-color: rgb(204,203,98); }
div.DivClassName
{
background-color: #CCCB62;
}
.BgClassName
{
background-color: #CCCB62;
}
</style>
border-color css
<style>
span { border-color: #CCCB62; }
span { border-color: rgb(204,203,98); }
td.TdClassName
{
border-color: #CCCB62;
}
.TagClassName
{
border-color: #CCCB62;
}
</style>