Shades of Wild Willow #CCDB62
Tints of Wild Willow #CCDB62
RGB
CMYK
RGB Variations
Color information
#CCDB62 (or 0xCCDB62) is known color: Wild Willow. HEX triplet: CC, DB and 62. RGB value is (204,219,98). Sum of RGB (Red+Green+Blue) = 204+219+98=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB62 is #33249D. Grayscale: #C9C9C9. Windows color (decimal): -3351710 or 6478796. OLE color: 6478796.
HSL color Cylindrical-coordinate representation of color #CCDB62: hue angle of 67.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDB62 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 98 | - |
CMYK | 0.07 | 0 | 0.55 | 0.14 |
HSL | 67.44º | 0.63% | 0.62% | - |
HSV(B) | 67.44º | 0.55% | 0.86% | - |
XYZ | 52.44 | 64.38 | 21.22 | - |
YUV | 200.72 | 70.03 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 98 | 0.07 | 0 | 0.55 | 0.14 | 67.44 | 0.63 | 0.62 |
Hex | CC | DB | 62 | 7 | 0 | 37 | E | 43 | 3F | 3E |
Octal | 314 | 333 | 142 | 7 | 0 | 67 | 16 | 103 | 77 | 76 |
Binary | 11001100 | 11011011 | 1100010 | 111 | 0 | 110111 | 1110 | 1000011 | 111111 | 111110 |
Color Harmonies of #CCDB62
Complementary color
Monochromatic Colors of #CCDB62
Black with #CCDB62
Text Example
Text Example
White with #CCDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB62; }
p { color: rgb(204,219,98); }
H1.HeaderClassName
{
color: #CCDB62;
}
.AnyTagClassName
{
color: #CCDB62;
}
</style>
background-color css
<style>
a { background-color: #CCDB62; }
a { background-color: rgb(204,219,98); }
div.DivClassName
{
background-color: #CCDB62;
}
.BgClassName
{
background-color: #CCDB62;
}
</style>
border-color css
<style>
span { border-color: #CCDB62; }
span { border-color: rgb(204,219,98); }
td.TdClassName
{
border-color: #CCDB62;
}
.TagClassName
{
border-color: #CCDB62;
}
</style>