Shades of Wild Willow #CBDB62
Tints of Wild Willow #CBDB62
RGB
CMYK
RGB Variations
Color information
#CBDB62 (or 0xCBDB62) is known color: Wild Willow. HEX triplet: CB, DB and 62. RGB value is (203,219,98). Sum of RGB (Red+Green+Blue) = 203+219+98=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB62 is #34249D. Grayscale: #C8C8C8. Windows color (decimal): -3417246 or 6478795. OLE color: 6478795.
HSL color Cylindrical-coordinate representation of color #CBDB62: hue angle of 67.93º 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 #CBDB62 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 98 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.14 |
| HSL | 67.93º | 0.63% | 0.62% | - |
| HSV(B) | 67.93º | 0.55% | 0.86% | - |
| XYZ | 52.16 | 64.24 | 21.21 | - |
| YUV | 200.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 98 | 0.07 | 0 | 0.55 | 0.14 | 67.93 | 0.63 | 0.62 |
| Hex | CB | DB | 62 | 7 | 0 | 37 | E | 44 | 3F | 3E |
| Octal | 313 | 333 | 142 | 7 | 0 | 67 | 16 | 104 | 77 | 76 |
| Binary | 11001011 | 11011011 | 1100010 | 111 | 0 | 110111 | 1110 | 1000100 | 111111 | 111110 |
Color Harmonies of #CBDB62
Complementary color
Monochromatic Colors of #CBDB62
Black with #CBDB62
Text Example
Text Example
White with #CBDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB62; }
p { color: rgb(203,219,98); }
H1.HeaderClassName
{
color: #CBDB62;
}
.AnyTagClassName
{
color: #CBDB62;
}
</style>
background-color css
<style>
a { background-color: #CBDB62; }
a { background-color: rgb(203,219,98); }
div.DivClassName
{
background-color: #CBDB62;
}
.BgClassName
{
background-color: #CBDB62;
}
</style>
border-color css
<style>
span { border-color: #CBDB62; }
span { border-color: rgb(203,219,98); }
td.TdClassName
{
border-color: #CBDB62;
}
.TagClassName
{
border-color: #CBDB62;
}
</style>