Shades of Goldenrod #D2CD6E
Tints of Goldenrod #D2CD6E
RGB
CMYK
RGB Variations
Color information
#D2CD6E (or 0xD2CD6E) is known color: Goldenrod. HEX triplet: D2, CD and 6E. RGB value is (210,205,110). Sum of RGB (Red+Green+Blue) = 210+205+110=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD6E is #2D3291. Grayscale: #C4C4C4. Windows color (decimal): -2962066 or 7261650. OLE color: 7261650.
HSL color Cylindrical-coordinate representation of color #D2CD6E: hue angle of 57º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2CD6E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 110 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.18 |
| HSL | 57º | 0.53% | 0.63% | - |
| HSV(B) | 57º | 0.48% | 0.82% | - |
| XYZ | 51.22 | 58.49 | 23.34 | - |
| YUV | 195.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 110 | 0 | 0.02 | 0.48 | 0.18 | 57 | 0.53 | 0.63 |
| Hex | D2 | CD | 6E | 0 | 2 | 30 | 12 | 39 | 35 | 3F |
| Octal | 322 | 315 | 156 | 0 | 2 | 60 | 22 | 71 | 65 | 77 |
| Binary | 11010010 | 11001101 | 1101110 | 0 | 10 | 110000 | 10010 | 111001 | 110101 | 111111 |
Color Harmonies of #D2CD6E
Complementary color
Monochromatic Colors of #D2CD6E
Black with #D2CD6E
Text Example
Text Example
White with #D2CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD6E; }
p { color: rgb(210,205,110); }
H1.HeaderClassName
{
color: #D2CD6E;
}
.AnyTagClassName
{
color: #D2CD6E;
}
</style>
background-color css
<style>
a { background-color: #D2CD6E; }
a { background-color: rgb(210,205,110); }
div.DivClassName
{
background-color: #D2CD6E;
}
.BgClassName
{
background-color: #D2CD6E;
}
</style>
border-color css
<style>
span { border-color: #D2CD6E; }
span { border-color: rgb(210,205,110); }
td.TdClassName
{
border-color: #D2CD6E;
}
.TagClassName
{
border-color: #D2CD6E;
}
</style>