Shades of Wild Willow #CCD34F
Tints of Wild Willow #CCD34F
RGB
CMYK
RGB Variations
Color information
#CCD34F (or 0xCCD34F) is known color: Wild Willow. HEX triplet: CC, D3 and 4F. RGB value is (204,211,79). Sum of RGB (Red+Green+Blue) = 204+211+79=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD34F is #332CB0. Grayscale: #C2C2C2. Windows color (decimal): -3353777 or 5231564. OLE color: 5231564.
HSL color Cylindrical-coordinate representation of color #CCD34F: hue angle of 63.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD34F is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 79 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 63.18º | 0.6% | 0.57% | - |
| HSV(B) | 63.18º | 0.63% | 0.83% | - |
| XYZ | 49.61 | 59.99 | 16.36 | - |
| YUV | 193.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 79 | 0.03 | 0 | 0.63 | 0.17 | 63.18 | 0.6 | 0.57 |
| Hex | CC | D3 | 4F | 3 | 0 | 3F | 11 | 3F | 3C | 39 |
| Octal | 314 | 323 | 117 | 3 | 0 | 77 | 21 | 77 | 74 | 71 |
| Binary | 11001100 | 11010011 | 1001111 | 11 | 0 | 111111 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CCD34F
Complementary color
Monochromatic Colors of #CCD34F
Black with #CCD34F
Text Example
Text Example
White with #CCD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD34F; }
p { color: rgb(204,211,79); }
H1.HeaderClassName
{
color: #CCD34F;
}
.AnyTagClassName
{
color: #CCD34F;
}
</style>
background-color css
<style>
a { background-color: #CCD34F; }
a { background-color: rgb(204,211,79); }
div.DivClassName
{
background-color: #CCD34F;
}
.BgClassName
{
background-color: #CCD34F;
}
</style>
border-color css
<style>
span { border-color: #CCD34F; }
span { border-color: rgb(204,211,79); }
td.TdClassName
{
border-color: #CCD34F;
}
.TagClassName
{
border-color: #CCD34F;
}
</style>