Shades of Wild Willow #CBC86D
Tints of Wild Willow #CBC86D
RGB
CMYK
RGB Variations
Color information
#CBC86D (or 0xCBC86D) is known color: Wild Willow. HEX triplet: CB, C8 and 6D. RGB value is (203,200,109). Sum of RGB (Red+Green+Blue) = 203+200+109=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC86D is #343792. Grayscale: #BEBEBE. Windows color (decimal): -3422099 or 7194827. OLE color: 7194827.
HSL color Cylindrical-coordinate representation of color #CBC86D: hue angle of 58.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBC86D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 109 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.20 |
| HSL | 58.09º | 0.47% | 0.61% | - |
| HSV(B) | 58.09º | 0.46% | 0.8% | - |
| XYZ | 48.04 | 55.11 | 22.57 | - |
| YUV | 190.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 109 | 0 | 0.01 | 0.46 | 0.20 | 58.09 | 0.47 | 0.61 |
| Hex | CB | C8 | 6D | 0 | 1 | 2E | 14 | 3A | 2F | 3D |
| Octal | 313 | 310 | 155 | 0 | 1 | 56 | 24 | 72 | 57 | 75 |
| Binary | 11001011 | 11001000 | 1101101 | 0 | 1 | 101110 | 10100 | 111010 | 101111 | 111101 |
Color Harmonies of #CBC86D
Complementary color
Monochromatic Colors of #CBC86D
Black with #CBC86D
Text Example
Text Example
White with #CBC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC86D; }
p { color: rgb(203,200,109); }
H1.HeaderClassName
{
color: #CBC86D;
}
.AnyTagClassName
{
color: #CBC86D;
}
</style>
background-color css
<style>
a { background-color: #CBC86D; }
a { background-color: rgb(203,200,109); }
div.DivClassName
{
background-color: #CBC86D;
}
.BgClassName
{
background-color: #CBC86D;
}
</style>
border-color css
<style>
span { border-color: #CBC86D; }
span { border-color: rgb(203,200,109); }
td.TdClassName
{
border-color: #CBC86D;
}
.TagClassName
{
border-color: #CBC86D;
}
</style>