Shades of Wild Willow #CFCB5D
Tints of Wild Willow #CFCB5D
RGB
CMYK
RGB Variations
Color information
#CFCB5D (or 0xCFCB5D) is known color: Wild Willow. HEX triplet: CF, CB and 5D. RGB value is (207,203,93). Sum of RGB (Red+Green+Blue) = 207+203+93=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB5D is #3034A2. Grayscale: #C0C0C0. Windows color (decimal): -3159203 or 6147023. OLE color: 6147023.
HSL color Cylindrical-coordinate representation of color #CFCB5D: hue angle of 57.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFCB5D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 93 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.19 |
| HSL | 57.89º | 0.54% | 0.59% | - |
| HSV(B) | 57.89º | 0.55% | 0.81% | - |
| XYZ | 49.06 | 56.77 | 18.73 | - |
| YUV | 191.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 93 | 0 | 0.02 | 0.55 | 0.19 | 57.89 | 0.54 | 0.59 |
| Hex | CF | CB | 5D | 0 | 2 | 37 | 13 | 3A | 36 | 3B |
| Octal | 317 | 313 | 135 | 0 | 2 | 67 | 23 | 72 | 66 | 73 |
| Binary | 11001111 | 11001011 | 1011101 | 0 | 10 | 110111 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CFCB5D
Complementary color
Monochromatic Colors of #CFCB5D
Black with #CFCB5D
Text Example
Text Example
White with #CFCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB5D; }
p { color: rgb(207,203,93); }
H1.HeaderClassName
{
color: #CFCB5D;
}
.AnyTagClassName
{
color: #CFCB5D;
}
</style>
background-color css
<style>
a { background-color: #CFCB5D; }
a { background-color: rgb(207,203,93); }
div.DivClassName
{
background-color: #CFCB5D;
}
.BgClassName
{
background-color: #CFCB5D;
}
</style>
border-color css
<style>
span { border-color: #CFCB5D; }
span { border-color: rgb(207,203,93); }
td.TdClassName
{
border-color: #CFCB5D;
}
.TagClassName
{
border-color: #CFCB5D;
}
</style>