Shades of Goldenrod #D1CD6E
Tints of Goldenrod #D1CD6E
RGB
CMYK
RGB Variations
Color information
#D1CD6E (or 0xD1CD6E) is known color: Goldenrod. HEX triplet: D1, CD and 6E. RGB value is (209,205,110). Sum of RGB (Red+Green+Blue) = 209+205+110=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD6E is #2E3291. Grayscale: #C3C3C3. Windows color (decimal): -3027602 or 7261649. OLE color: 7261649.
HSL color Cylindrical-coordinate representation of color #D1CD6E: hue angle of 57.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1CD6E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 110 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.18 |
| HSL | 57.58º | 0.52% | 0.63% | - |
| HSV(B) | 57.58º | 0.47% | 0.82% | - |
| XYZ | 50.94 | 58.34 | 23.33 | - |
| YUV | 195.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 110 | 0 | 0.02 | 0.47 | 0.18 | 57.58 | 0.52 | 0.63 |
| Hex | D1 | CD | 6E | 0 | 2 | 2F | 12 | 3A | 34 | 3F |
| Octal | 321 | 315 | 156 | 0 | 2 | 57 | 22 | 72 | 64 | 77 |
| Binary | 11010001 | 11001101 | 1101110 | 0 | 10 | 101111 | 10010 | 111010 | 110100 | 111111 |
Color Harmonies of #D1CD6E
Complementary color
Monochromatic Colors of #D1CD6E
Black with #D1CD6E
Text Example
Text Example
White with #D1CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD6E; }
p { color: rgb(209,205,110); }
H1.HeaderClassName
{
color: #D1CD6E;
}
.AnyTagClassName
{
color: #D1CD6E;
}
</style>
background-color css
<style>
a { background-color: #D1CD6E; }
a { background-color: rgb(209,205,110); }
div.DivClassName
{
background-color: #D1CD6E;
}
.BgClassName
{
background-color: #D1CD6E;
}
</style>
border-color css
<style>
span { border-color: #D1CD6E; }
span { border-color: rgb(209,205,110); }
td.TdClassName
{
border-color: #D1CD6E;
}
.TagClassName
{
border-color: #D1CD6E;
}
</style>