Shades of Wild Willow #CBD168
Tints of Wild Willow #CBD168
RGB
CMYK
RGB Variations
Color information
#CBD168 (or 0xCBD168) is known color: Wild Willow. HEX triplet: CB, D1 and 68. RGB value is (203,209,104). Sum of RGB (Red+Green+Blue) = 203+209+104=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD168 is #342E97. Grayscale: #C3C3C3. Windows color (decimal): -3419800 or 6869451. OLE color: 6869451.
HSL color Cylindrical-coordinate representation of color #CBD168: hue angle of 63.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD168 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 104 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.18 |
| HSL | 63.43º | 0.53% | 0.61% | - |
| HSV(B) | 63.43º | 0.5% | 0.82% | - |
| XYZ | 49.93 | 59.3 | 21.91 | - |
| YUV | 195.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 104 | 0.03 | 0 | 0.50 | 0.18 | 63.43 | 0.53 | 0.61 |
| Hex | CB | D1 | 68 | 3 | 0 | 32 | 12 | 3F | 35 | 3D |
| Octal | 313 | 321 | 150 | 3 | 0 | 62 | 22 | 77 | 65 | 75 |
| Binary | 11001011 | 11010001 | 1101000 | 11 | 0 | 110010 | 10010 | 111111 | 110101 | 111101 |
Color Harmonies of #CBD168
Complementary color
Monochromatic Colors of #CBD168
Black with #CBD168
Text Example
Text Example
White with #CBD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD168; }
p { color: rgb(203,209,104); }
H1.HeaderClassName
{
color: #CBD168;
}
.AnyTagClassName
{
color: #CBD168;
}
</style>
background-color css
<style>
a { background-color: #CBD168; }
a { background-color: rgb(203,209,104); }
div.DivClassName
{
background-color: #CBD168;
}
.BgClassName
{
background-color: #CBD168;
}
</style>
border-color css
<style>
span { border-color: #CBD168; }
span { border-color: rgb(203,209,104); }
td.TdClassName
{
border-color: #CBD168;
}
.TagClassName
{
border-color: #CBD168;
}
</style>