Shades of Wild Willow #CBD262
Tints of Wild Willow #CBD262
RGB
CMYK
RGB Variations
Color information
#CBD262 (or 0xCBD262) is known color: Wild Willow. HEX triplet: CB, D2 and 62. RGB value is (203,210,98). Sum of RGB (Red+Green+Blue) = 203+210+98=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD262 is #342D9D. Grayscale: #C3C3C3. Windows color (decimal): -3419550 or 6476491. OLE color: 6476491.
HSL color Cylindrical-coordinate representation of color #CBD262: hue angle of 63.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBD262 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 98 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.18 |
| HSL | 63.75º | 0.55% | 0.6% | - |
| HSV(B) | 63.75º | 0.53% | 0.82% | - |
| XYZ | 49.88 | 59.67 | 20.44 | - |
| YUV | 195.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 98 | 0.03 | 0 | 0.53 | 0.18 | 63.75 | 0.55 | 0.6 |
| Hex | CB | D2 | 62 | 3 | 0 | 35 | 12 | 40 | 37 | 3C |
| Octal | 313 | 322 | 142 | 3 | 0 | 65 | 22 | 100 | 67 | 74 |
| Binary | 11001011 | 11010010 | 1100010 | 11 | 0 | 110101 | 10010 | 1000000 | 110111 | 111100 |
Color Harmonies of #CBD262
Complementary color
Monochromatic Colors of #CBD262
Black with #CBD262
Text Example
Text Example
White with #CBD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD262; }
p { color: rgb(203,210,98); }
H1.HeaderClassName
{
color: #CBD262;
}
.AnyTagClassName
{
color: #CBD262;
}
</style>
background-color css
<style>
a { background-color: #CBD262; }
a { background-color: rgb(203,210,98); }
div.DivClassName
{
background-color: #CBD262;
}
.BgClassName
{
background-color: #CBD262;
}
</style>
border-color css
<style>
span { border-color: #CBD262; }
span { border-color: rgb(203,210,98); }
td.TdClassName
{
border-color: #CBD262;
}
.TagClassName
{
border-color: #CBD262;
}
</style>