Shades of Goldenrod #CFD96E
Tints of Goldenrod #CFD96E
RGB
CMYK
RGB Variations
Color information
#CFD96E (or 0xCFD96E) is known color: Goldenrod. HEX triplet: CF, D9 and 6E. RGB value is (207,217,110). Sum of RGB (Red+Green+Blue) = 207+217+110=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD96E is #302691. Grayscale: #CACACA. Windows color (decimal): -3155602 or 7264719. OLE color: 7264719.
HSL color Cylindrical-coordinate representation of color #CFD96E: hue angle of 65.61º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFD96E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 110 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.15 |
| HSL | 65.61º | 0.58% | 0.64% | - |
| HSV(B) | 65.61º | 0.49% | 0.85% | - |
| XYZ | 53.36 | 64.02 | 24.3 | - |
| YUV | 201.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 110 | 0.05 | 0 | 0.49 | 0.15 | 65.61 | 0.58 | 0.64 |
| Hex | CF | D9 | 6E | 5 | 0 | 31 | F | 42 | 3A | 40 |
| Octal | 317 | 331 | 156 | 5 | 0 | 61 | 17 | 102 | 72 | 100 |
| Binary | 11001111 | 11011001 | 1101110 | 101 | 0 | 110001 | 1111 | 1000010 | 111010 | 1000000 |
Color Harmonies of #CFD96E
Complementary color
Monochromatic Colors of #CFD96E
Black with #CFD96E
Text Example
Text Example
White with #CFD96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD96E; }
p { color: rgb(207,217,110); }
H1.HeaderClassName
{
color: #CFD96E;
}
.AnyTagClassName
{
color: #CFD96E;
}
</style>
background-color css
<style>
a { background-color: #CFD96E; }
a { background-color: rgb(207,217,110); }
div.DivClassName
{
background-color: #CFD96E;
}
.BgClassName
{
background-color: #CFD96E;
}
</style>
border-color css
<style>
span { border-color: #CFD96E; }
span { border-color: rgb(207,217,110); }
td.TdClassName
{
border-color: #CFD96E;
}
.TagClassName
{
border-color: #CFD96E;
}
</style>