Shades of Goldenrod #CFD06E
Tints of Goldenrod #CFD06E
RGB
CMYK
RGB Variations
Color information
#CFD06E (or 0xCFD06E) is known color: Goldenrod. HEX triplet: CF, D0 and 6E. RGB value is (207,208,110). Sum of RGB (Red+Green+Blue) = 207+208+110=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD06E is #302F91. Grayscale: #C4C4C4. Windows color (decimal): -3157906 or 7262415. OLE color: 7262415.
HSL color Cylindrical-coordinate representation of color #CFD06E: hue angle of 60.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD06E is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 110 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.18 |
| HSL | 60.61º | 0.51% | 0.62% | - |
| HSV(B) | 60.61º | 0.47% | 0.82% | - |
| XYZ | 51.1 | 59.5 | 23.54 | - |
| YUV | 196.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 110 | 0.00 | 0 | 0.47 | 0.18 | 60.61 | 0.51 | 0.62 |
| Hex | CF | D0 | 6E | 0 | 0 | 2F | 12 | 3D | 33 | 3E |
| Octal | 317 | 320 | 156 | 0 | 0 | 57 | 22 | 75 | 63 | 76 |
| Binary | 11001111 | 11010000 | 1101110 | 0 | 0 | 101111 | 10010 | 111101 | 110011 | 111110 |
Color Harmonies of #CFD06E
Complementary color
Monochromatic Colors of #CFD06E
Black with #CFD06E
Text Example
Text Example
White with #CFD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD06E; }
p { color: rgb(207,208,110); }
H1.HeaderClassName
{
color: #CFD06E;
}
.AnyTagClassName
{
color: #CFD06E;
}
</style>
background-color css
<style>
a { background-color: #CFD06E; }
a { background-color: rgb(207,208,110); }
div.DivClassName
{
background-color: #CFD06E;
}
.BgClassName
{
background-color: #CFD06E;
}
</style>
border-color css
<style>
span { border-color: #CFD06E; }
span { border-color: rgb(207,208,110); }
td.TdClassName
{
border-color: #CFD06E;
}
.TagClassName
{
border-color: #CFD06E;
}
</style>