Shades of Wild Willow #CFCB5B
Tints of Wild Willow #CFCB5B
RGB
CMYK
RGB Variations
Color information
#CFCB5B (or 0xCFCB5B) is known color: Wild Willow. HEX triplet: CF, CB and 5B. RGB value is (207,203,91). Sum of RGB (Red+Green+Blue) = 207+203+91=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB5B is #3034A4. Grayscale: #BFBFBF. Windows color (decimal): -3159205 or 6015951. OLE color: 6015951.
HSL color Cylindrical-coordinate representation of color #CFCB5B: hue angle of 57.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFCB5B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 91 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.19 |
| HSL | 57.93º | 0.55% | 0.58% | - |
| HSV(B) | 57.93º | 0.56% | 0.81% | - |
| XYZ | 48.98 | 56.73 | 18.27 | - |
| YUV | 191.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 91 | 0 | 0.02 | 0.56 | 0.19 | 57.93 | 0.55 | 0.58 |
| Hex | CF | CB | 5B | 0 | 2 | 38 | 13 | 3A | 37 | 3A |
| Octal | 317 | 313 | 133 | 0 | 2 | 70 | 23 | 72 | 67 | 72 |
| Binary | 11001111 | 11001011 | 1011011 | 0 | 10 | 111000 | 10011 | 111010 | 110111 | 111010 |
Color Harmonies of #CFCB5B
Complementary color
Monochromatic Colors of #CFCB5B
Black with #CFCB5B
Text Example
Text Example
White with #CFCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB5B; }
p { color: rgb(207,203,91); }
H1.HeaderClassName
{
color: #CFCB5B;
}
.AnyTagClassName
{
color: #CFCB5B;
}
</style>
background-color css
<style>
a { background-color: #CFCB5B; }
a { background-color: rgb(207,203,91); }
div.DivClassName
{
background-color: #CFCB5B;
}
.BgClassName
{
background-color: #CFCB5B;
}
</style>
border-color css
<style>
span { border-color: #CFCB5B; }
span { border-color: rgb(207,203,91); }
td.TdClassName
{
border-color: #CFCB5B;
}
.TagClassName
{
border-color: #CFCB5B;
}
</style>