Shades of Wild Willow #CBC65D
Tints of Wild Willow #CBC65D
RGB
CMYK
RGB Variations
Color information
#CBC65D (or 0xCBC65D) is known color: Wild Willow. HEX triplet: CB, C6 and 5D. RGB value is (203,198,93). Sum of RGB (Red+Green+Blue) = 203+198+93=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC65D is #3439A2. Grayscale: #BBBBBB. Windows color (decimal): -3422627 or 6145739. OLE color: 6145739.
HSL color Cylindrical-coordinate representation of color #CBC65D: hue angle of 57.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBC65D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 93 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.20 |
| HSL | 57.27º | 0.51% | 0.58% | - |
| HSV(B) | 57.27º | 0.54% | 0.8% | - |
| XYZ | 46.8 | 53.87 | 18.29 | - |
| YUV | 187.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 93 | 0 | 0.02 | 0.54 | 0.20 | 57.27 | 0.51 | 0.58 |
| Hex | CB | C6 | 5D | 0 | 2 | 36 | 14 | 39 | 33 | 3A |
| Octal | 313 | 306 | 135 | 0 | 2 | 66 | 24 | 71 | 63 | 72 |
| Binary | 11001011 | 11000110 | 1011101 | 0 | 10 | 110110 | 10100 | 111001 | 110011 | 111010 |
Color Harmonies of #CBC65D
Complementary color
Monochromatic Colors of #CBC65D
Black with #CBC65D
Text Example
Text Example
White with #CBC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC65D; }
p { color: rgb(203,198,93); }
H1.HeaderClassName
{
color: #CBC65D;
}
.AnyTagClassName
{
color: #CBC65D;
}
</style>
background-color css
<style>
a { background-color: #CBC65D; }
a { background-color: rgb(203,198,93); }
div.DivClassName
{
background-color: #CBC65D;
}
.BgClassName
{
background-color: #CBC65D;
}
</style>
border-color css
<style>
span { border-color: #CBC65D; }
span { border-color: rgb(203,198,93); }
td.TdClassName
{
border-color: #CBC65D;
}
.TagClassName
{
border-color: #CBC65D;
}
</style>