Shades of Goldenrod #CFD36F
Tints of Goldenrod #CFD36F
RGB
CMYK
RGB Variations
Color information
#CFD36F (or 0xCFD36F) is known color: Goldenrod. HEX triplet: CF, D3 and 6F. RGB value is (207,211,111). Sum of RGB (Red+Green+Blue) = 207+211+111=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD36F is #302C90. Grayscale: #C6C6C6. Windows color (decimal): -3157137 or 7328719. OLE color: 7328719.
HSL color Cylindrical-coordinate representation of color #CFD36F: hue angle of 62.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD36F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 111 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.17 |
| HSL | 62.4º | 0.53% | 0.63% | - |
| HSV(B) | 62.4º | 0.47% | 0.83% | - |
| XYZ | 51.9 | 61 | 24.08 | - |
| YUV | 198.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 111 | 0.02 | 0 | 0.47 | 0.17 | 62.4 | 0.53 | 0.63 |
| Hex | CF | D3 | 6F | 2 | 0 | 2F | 11 | 3E | 35 | 3F |
| Octal | 317 | 323 | 157 | 2 | 0 | 57 | 21 | 76 | 65 | 77 |
| Binary | 11001111 | 11010011 | 1101111 | 10 | 0 | 101111 | 10001 | 111110 | 110101 | 111111 |
Color Harmonies of #CFD36F
Complementary color
Monochromatic Colors of #CFD36F
Black with #CFD36F
Text Example
Text Example
White with #CFD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD36F; }
p { color: rgb(207,211,111); }
H1.HeaderClassName
{
color: #CFD36F;
}
.AnyTagClassName
{
color: #CFD36F;
}
</style>
background-color css
<style>
a { background-color: #CFD36F; }
a { background-color: rgb(207,211,111); }
div.DivClassName
{
background-color: #CFD36F;
}
.BgClassName
{
background-color: #CFD36F;
}
</style>
border-color css
<style>
span { border-color: #CFD36F; }
span { border-color: rgb(207,211,111); }
td.TdClassName
{
border-color: #CFD36F;
}
.TagClassName
{
border-color: #CFD36F;
}
</style>