Shades of Wild Willow #CBD265
Tints of Wild Willow #CBD265
RGB
CMYK
RGB Variations
Color information
#CBD265 (or 0xCBD265) is known color: Wild Willow. HEX triplet: CB, D2 and 65. RGB value is (203,210,101). Sum of RGB (Red+Green+Blue) = 203+210+101=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD265 is #342D9A. Grayscale: #C3C3C3. Windows color (decimal): -3419547 or 6673099. OLE color: 6673099.
HSL color Cylindrical-coordinate representation of color #CBD265: hue angle of 63.85º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD265 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 101 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.18 |
| HSL | 63.85º | 0.55% | 0.61% | - |
| HSV(B) | 63.85º | 0.52% | 0.82% | - |
| XYZ | 50.02 | 59.73 | 21.2 | - |
| YUV | 195.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 101 | 0.03 | 0 | 0.52 | 0.18 | 63.85 | 0.55 | 0.61 |
| Hex | CB | D2 | 65 | 3 | 0 | 34 | 12 | 40 | 37 | 3D |
| Octal | 313 | 322 | 145 | 3 | 0 | 64 | 22 | 100 | 67 | 75 |
| Binary | 11001011 | 11010010 | 1100101 | 11 | 0 | 110100 | 10010 | 1000000 | 110111 | 111101 |
Color Harmonies of #CBD265
Complementary color
Monochromatic Colors of #CBD265
Black with #CBD265
Text Example
Text Example
White with #CBD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD265; }
p { color: rgb(203,210,101); }
H1.HeaderClassName
{
color: #CBD265;
}
.AnyTagClassName
{
color: #CBD265;
}
</style>
background-color css
<style>
a { background-color: #CBD265; }
a { background-color: rgb(203,210,101); }
div.DivClassName
{
background-color: #CBD265;
}
.BgClassName
{
background-color: #CBD265;
}
</style>
border-color css
<style>
span { border-color: #CBD265; }
span { border-color: rgb(203,210,101); }
td.TdClassName
{
border-color: #CBD265;
}
.TagClassName
{
border-color: #CBD265;
}
</style>