Shades of Wild Willow #CBC75D
Tints of Wild Willow #CBC75D
RGB
CMYK
RGB Variations
Color information
#CBC75D (or 0xCBC75D) is known color: Wild Willow. HEX triplet: CB, C7 and 5D. RGB value is (203,199,93). Sum of RGB (Red+Green+Blue) = 203+199+93=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC75D is #3438A2. Grayscale: #BCBCBC. Windows color (decimal): -3422371 or 6145995. OLE color: 6145995.
HSL color Cylindrical-coordinate representation of color #CBC75D: hue angle of 57.82º 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 #CBC75D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 93 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.20 |
| HSL | 57.82º | 0.51% | 0.58% | - |
| HSV(B) | 57.82º | 0.54% | 0.8% | - |
| XYZ | 47.03 | 54.33 | 18.36 | - |
| YUV | 188.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 93 | 0 | 0.02 | 0.54 | 0.20 | 57.82 | 0.51 | 0.58 |
| Hex | CB | C7 | 5D | 0 | 2 | 36 | 14 | 3A | 33 | 3A |
| Octal | 313 | 307 | 135 | 0 | 2 | 66 | 24 | 72 | 63 | 72 |
| Binary | 11001011 | 11000111 | 1011101 | 0 | 10 | 110110 | 10100 | 111010 | 110011 | 111010 |
Color Harmonies of #CBC75D
Complementary color
Monochromatic Colors of #CBC75D
Black with #CBC75D
Text Example
Text Example
White with #CBC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC75D; }
p { color: rgb(203,199,93); }
H1.HeaderClassName
{
color: #CBC75D;
}
.AnyTagClassName
{
color: #CBC75D;
}
</style>
background-color css
<style>
a { background-color: #CBC75D; }
a { background-color: rgb(203,199,93); }
div.DivClassName
{
background-color: #CBC75D;
}
.BgClassName
{
background-color: #CBC75D;
}
</style>
border-color css
<style>
span { border-color: #CBC75D; }
span { border-color: rgb(203,199,93); }
td.TdClassName
{
border-color: #CBC75D;
}
.TagClassName
{
border-color: #CBC75D;
}
</style>