Shades of Wild Willow #CBD06D
Tints of Wild Willow #CBD06D
RGB
CMYK
RGB Variations
Color information
#CBD06D (or 0xCBD06D) is known color: Wild Willow. HEX triplet: CB, D0 and 6D. RGB value is (203,208,109). Sum of RGB (Red+Green+Blue) = 203+208+109=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD06D is #342F92. Grayscale: #C3C3C3. Windows color (decimal): -3420051 or 7196875. OLE color: 7196875.
HSL color Cylindrical-coordinate representation of color #CBD06D: hue angle of 63.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD06D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 109 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.18 |
| HSL | 63.03º | 0.51% | 0.62% | - |
| HSV(B) | 63.03º | 0.48% | 0.82% | - |
| XYZ | 49.94 | 58.91 | 23.21 | - |
| YUV | 195.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 109 | 0.02 | 0 | 0.48 | 0.18 | 63.03 | 0.51 | 0.62 |
| Hex | CB | D0 | 6D | 2 | 0 | 30 | 12 | 3F | 33 | 3E |
| Octal | 313 | 320 | 155 | 2 | 0 | 60 | 22 | 77 | 63 | 76 |
| Binary | 11001011 | 11010000 | 1101101 | 10 | 0 | 110000 | 10010 | 111111 | 110011 | 111110 |
Color Harmonies of #CBD06D
Complementary color
Monochromatic Colors of #CBD06D
Black with #CBD06D
Text Example
Text Example
White with #CBD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD06D; }
p { color: rgb(203,208,109); }
H1.HeaderClassName
{
color: #CBD06D;
}
.AnyTagClassName
{
color: #CBD06D;
}
</style>
background-color css
<style>
a { background-color: #CBD06D; }
a { background-color: rgb(203,208,109); }
div.DivClassName
{
background-color: #CBD06D;
}
.BgClassName
{
background-color: #CBD06D;
}
</style>
border-color css
<style>
span { border-color: #CBD06D; }
span { border-color: rgb(203,208,109); }
td.TdClassName
{
border-color: #CBD06D;
}
.TagClassName
{
border-color: #CBD06D;
}
</style>