Shades of Wild Willow #CBD267
Tints of Wild Willow #CBD267
RGB
CMYK
RGB Variations
Color information
#CBD267 (or 0xCBD267) is known color: Wild Willow. HEX triplet: CB, D2 and 67. RGB value is (203,210,103). Sum of RGB (Red+Green+Blue) = 203+210+103=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD267 is #342D98. Grayscale: #C4C4C4. Windows color (decimal): -3419545 or 6804171. OLE color: 6804171.
HSL color Cylindrical-coordinate representation of color #CBD267: hue angle of 63.93º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBD267 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 103 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.18 |
| HSL | 63.93º | 0.54% | 0.61% | - |
| HSV(B) | 63.93º | 0.51% | 0.82% | - |
| XYZ | 50.12 | 59.77 | 21.73 | - |
| YUV | 195.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 103 | 0.03 | 0 | 0.51 | 0.18 | 63.93 | 0.54 | 0.61 |
| Hex | CB | D2 | 67 | 3 | 0 | 33 | 12 | 40 | 36 | 3D |
| Octal | 313 | 322 | 147 | 3 | 0 | 63 | 22 | 100 | 66 | 75 |
| Binary | 11001011 | 11010010 | 1100111 | 11 | 0 | 110011 | 10010 | 1000000 | 110110 | 111101 |
Color Harmonies of #CBD267
Complementary color
Monochromatic Colors of #CBD267
Black with #CBD267
Text Example
Text Example
White with #CBD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD267; }
p { color: rgb(203,210,103); }
H1.HeaderClassName
{
color: #CBD267;
}
.AnyTagClassName
{
color: #CBD267;
}
</style>
background-color css
<style>
a { background-color: #CBD267; }
a { background-color: rgb(203,210,103); }
div.DivClassName
{
background-color: #CBD267;
}
.BgClassName
{
background-color: #CBD267;
}
</style>
border-color css
<style>
span { border-color: #CBD267; }
span { border-color: rgb(203,210,103); }
td.TdClassName
{
border-color: #CBD267;
}
.TagClassName
{
border-color: #CBD267;
}
</style>