Shades of Wild Willow #CFD05C
Tints of Wild Willow #CFD05C
RGB
CMYK
RGB Variations
Color information
#CFD05C (or 0xCFD05C) is known color: Wild Willow. HEX triplet: CF, D0 and 5C. RGB value is (207,208,92). Sum of RGB (Red+Green+Blue) = 207+208+92=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD05C is #302FA3. Grayscale: #C2C2C2. Windows color (decimal): -3157924 or 6082767. OLE color: 6082767.
HSL color Cylindrical-coordinate representation of color #CFD05C: hue angle of 60.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD05C is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 92 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.18 |
| HSL | 60.52º | 0.55% | 0.59% | - |
| HSV(B) | 60.52º | 0.56% | 0.82% | - |
| XYZ | 50.22 | 59.15 | 18.9 | - |
| YUV | 194.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 92 | 0.00 | 0 | 0.56 | 0.18 | 60.52 | 0.55 | 0.59 |
| Hex | CF | D0 | 5C | 0 | 0 | 38 | 12 | 3D | 37 | 3B |
| Octal | 317 | 320 | 134 | 0 | 0 | 70 | 22 | 75 | 67 | 73 |
| Binary | 11001111 | 11010000 | 1011100 | 0 | 0 | 111000 | 10010 | 111101 | 110111 | 111011 |
Color Harmonies of #CFD05C
Complementary color
Monochromatic Colors of #CFD05C
Black with #CFD05C
Text Example
Text Example
White with #CFD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD05C; }
p { color: rgb(207,208,92); }
H1.HeaderClassName
{
color: #CFD05C;
}
.AnyTagClassName
{
color: #CFD05C;
}
</style>
background-color css
<style>
a { background-color: #CFD05C; }
a { background-color: rgb(207,208,92); }
div.DivClassName
{
background-color: #CFD05C;
}
.BgClassName
{
background-color: #CFD05C;
}
</style>
border-color css
<style>
span { border-color: #CFD05C; }
span { border-color: rgb(207,208,92); }
td.TdClassName
{
border-color: #CFD05C;
}
.TagClassName
{
border-color: #CFD05C;
}
</style>