Shades of Wild Willow #CFD35C
Tints of Wild Willow #CFD35C
RGB
CMYK
RGB Variations
Color information
#CFD35C (or 0xCFD35C) is known color: Wild Willow. HEX triplet: CF, D3 and 5C. RGB value is (207,211,92). Sum of RGB (Red+Green+Blue) = 207+211+92=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD35C is #302CA3. Grayscale: #C4C4C4. Windows color (decimal): -3157156 or 6083535. OLE color: 6083535.
HSL color Cylindrical-coordinate representation of color #CFD35C: hue angle of 62.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD35C is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 92 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.17 |
| HSL | 62.02º | 0.57% | 0.59% | - |
| HSV(B) | 62.02º | 0.56% | 0.83% | - |
| XYZ | 50.96 | 60.63 | 19.14 | - |
| YUV | 196.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 92 | 0.02 | 0 | 0.56 | 0.17 | 62.02 | 0.57 | 0.59 |
| Hex | CF | D3 | 5C | 2 | 0 | 38 | 11 | 3E | 39 | 3B |
| Octal | 317 | 323 | 134 | 2 | 0 | 70 | 21 | 76 | 71 | 73 |
| Binary | 11001111 | 11010011 | 1011100 | 10 | 0 | 111000 | 10001 | 111110 | 111001 | 111011 |
Color Harmonies of #CFD35C
Complementary color
Monochromatic Colors of #CFD35C
Black with #CFD35C
Text Example
Text Example
White with #CFD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD35C; }
p { color: rgb(207,211,92); }
H1.HeaderClassName
{
color: #CFD35C;
}
.AnyTagClassName
{
color: #CFD35C;
}
</style>
background-color css
<style>
a { background-color: #CFD35C; }
a { background-color: rgb(207,211,92); }
div.DivClassName
{
background-color: #CFD35C;
}
.BgClassName
{
background-color: #CFD35C;
}
</style>
border-color css
<style>
span { border-color: #CFD35C; }
span { border-color: rgb(207,211,92); }
td.TdClassName
{
border-color: #CFD35C;
}
.TagClassName
{
border-color: #CFD35C;
}
</style>