Shades of Wild Willow #CBCC6D
Tints of Wild Willow #CBCC6D
RGB
CMYK
RGB Variations
Color information
#CBCC6D (or 0xCBCC6D) is known color: Wild Willow. HEX triplet: CB, CC and 6D. RGB value is (203,204,109). Sum of RGB (Red+Green+Blue) = 203+204+109=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC6D is #343392. Grayscale: #C1C1C1. Windows color (decimal): -3421075 or 7195851. OLE color: 7195851.
HSL color Cylindrical-coordinate representation of color #CBCC6D: hue angle of 60.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBCC6D is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 109 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.2 |
| HSL | 60.63º | 0.48% | 0.61% | - |
| HSV(B) | 60.63º | 0.47% | 0.8% | - |
| XYZ | 48.98 | 56.99 | 22.89 | - |
| YUV | 192.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 109 | 0.00 | 0 | 0.47 | 0.2 | 60.63 | 0.48 | 0.61 |
| Hex | CB | CC | 6D | 0 | 0 | 2F | 14 | 3D | 30 | 3D |
| Octal | 313 | 314 | 155 | 0 | 0 | 57 | 24 | 75 | 60 | 75 |
| Binary | 11001011 | 11001100 | 1101101 | 0 | 0 | 101111 | 10100 | 111101 | 110000 | 111101 |
Color Harmonies of #CBCC6D
Complementary color
Monochromatic Colors of #CBCC6D
Black with #CBCC6D
Text Example
Text Example
White with #CBCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC6D; }
p { color: rgb(203,204,109); }
H1.HeaderClassName
{
color: #CBCC6D;
}
.AnyTagClassName
{
color: #CBCC6D;
}
</style>
background-color css
<style>
a { background-color: #CBCC6D; }
a { background-color: rgb(203,204,109); }
div.DivClassName
{
background-color: #CBCC6D;
}
.BgClassName
{
background-color: #CBCC6D;
}
</style>
border-color css
<style>
span { border-color: #CBCC6D; }
span { border-color: rgb(203,204,109); }
td.TdClassName
{
border-color: #CBCC6D;
}
.TagClassName
{
border-color: #CBCC6D;
}
</style>