Shades of Wild Willow #CCCE55
Tints of Wild Willow #CCCE55
RGB
CMYK
RGB Variations
Color information
#CCCE55 (or 0xCCCE55) is known color: Wild Willow. HEX triplet: CC, CE and 55. RGB value is (204,206,85). Sum of RGB (Red+Green+Blue) = 204+206+85=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE55 is #3331AA. Grayscale: #C0C0C0. Windows color (decimal): -3355051 or 5623500. OLE color: 5623500.
HSL color Cylindrical-coordinate representation of color #CCCE55: hue angle of 60.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCCE55 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 85 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.19 |
| HSL | 60.99º | 0.55% | 0.57% | - |
| HSV(B) | 60.99º | 0.59% | 0.81% | - |
| XYZ | 48.61 | 57.64 | 17.16 | - |
| YUV | 191.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 85 | 0.01 | 0 | 0.59 | 0.19 | 60.99 | 0.55 | 0.57 |
| Hex | CC | CE | 55 | 1 | 0 | 3B | 13 | 3D | 37 | 39 |
| Octal | 314 | 316 | 125 | 1 | 0 | 73 | 23 | 75 | 67 | 71 |
| Binary | 11001100 | 11001110 | 1010101 | 1 | 0 | 111011 | 10011 | 111101 | 110111 | 111001 |
Color Harmonies of #CCCE55
Complementary color
Monochromatic Colors of #CCCE55
Black with #CCCE55
Text Example
Text Example
White with #CCCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE55; }
p { color: rgb(204,206,85); }
H1.HeaderClassName
{
color: #CCCE55;
}
.AnyTagClassName
{
color: #CCCE55;
}
</style>
background-color css
<style>
a { background-color: #CCCE55; }
a { background-color: rgb(204,206,85); }
div.DivClassName
{
background-color: #CCCE55;
}
.BgClassName
{
background-color: #CCCE55;
}
</style>
border-color css
<style>
span { border-color: #CCCE55; }
span { border-color: rgb(204,206,85); }
td.TdClassName
{
border-color: #CCCE55;
}
.TagClassName
{
border-color: #CCCE55;
}
</style>