Shades of Wild Willow #CBD164
Tints of Wild Willow #CBD164
RGB
CMYK
RGB Variations
Color information
#CBD164 (or 0xCBD164) is known color: Wild Willow. HEX triplet: CB, D1 and 64. RGB value is (203,209,100). Sum of RGB (Red+Green+Blue) = 203+209+100=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD164 is #342E9B. Grayscale: #C3C3C3. Windows color (decimal): -3419804 or 6607307. OLE color: 6607307.
HSL color Cylindrical-coordinate representation of color #CBD164: hue angle of 63.3º degrees, saturation: 0.54, 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 #CBD164 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 100 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.18 |
| HSL | 63.3º | 0.54% | 0.61% | - |
| HSV(B) | 63.3º | 0.52% | 0.82% | - |
| XYZ | 49.73 | 59.22 | 20.87 | - |
| YUV | 194.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 100 | 0.03 | 0 | 0.52 | 0.18 | 63.3 | 0.54 | 0.61 |
| Hex | CB | D1 | 64 | 3 | 0 | 34 | 12 | 3F | 36 | 3D |
| Octal | 313 | 321 | 144 | 3 | 0 | 64 | 22 | 77 | 66 | 75 |
| Binary | 11001011 | 11010001 | 1100100 | 11 | 0 | 110100 | 10010 | 111111 | 110110 | 111101 |
Color Harmonies of #CBD164
Complementary color
Monochromatic Colors of #CBD164
Black with #CBD164
Text Example
Text Example
White with #CBD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD164; }
p { color: rgb(203,209,100); }
H1.HeaderClassName
{
color: #CBD164;
}
.AnyTagClassName
{
color: #CBD164;
}
</style>
background-color css
<style>
a { background-color: #CBD164; }
a { background-color: rgb(203,209,100); }
div.DivClassName
{
background-color: #CBD164;
}
.BgClassName
{
background-color: #CBD164;
}
</style>
border-color css
<style>
span { border-color: #CBD164; }
span { border-color: rgb(203,209,100); }
td.TdClassName
{
border-color: #CBD164;
}
.TagClassName
{
border-color: #CBD164;
}
</style>