Shades of Goldenrod #D2D16F
Tints of Goldenrod #D2D16F
RGB
CMYK
RGB Variations
Color information
#D2D16F (or 0xD2D16F) is known color: Goldenrod. HEX triplet: D2, D1 and 6F. RGB value is (210,209,111). Sum of RGB (Red+Green+Blue) = 210+209+111=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D16F is #2D2E90. Grayscale: #C6C6C6. Windows color (decimal): -2961041 or 7328210. OLE color: 7328210.
HSL color Cylindrical-coordinate representation of color #D2D16F: hue angle of 59.39º 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 #D2D16F is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 111 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.18 |
| HSL | 59.39º | 0.52% | 0.63% | - |
| HSV(B) | 59.39º | 0.47% | 0.82% | - |
| XYZ | 52.25 | 60.45 | 23.95 | - |
| YUV | 198.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 111 | 0 | 0.00 | 0.47 | 0.18 | 59.39 | 0.52 | 0.63 |
| Hex | D2 | D1 | 6F | 0 | 0 | 2F | 12 | 3B | 34 | 3F |
| Octal | 322 | 321 | 157 | 0 | 0 | 57 | 22 | 73 | 64 | 77 |
| Binary | 11010010 | 11010001 | 1101111 | 0 | 0 | 101111 | 10010 | 111011 | 110100 | 111111 |
Color Harmonies of #D2D16F
Complementary color
Monochromatic Colors of #D2D16F
Black with #D2D16F
Text Example
Text Example
White with #D2D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D16F; }
p { color: rgb(210,209,111); }
H1.HeaderClassName
{
color: #D2D16F;
}
.AnyTagClassName
{
color: #D2D16F;
}
</style>
background-color css
<style>
a { background-color: #D2D16F; }
a { background-color: rgb(210,209,111); }
div.DivClassName
{
background-color: #D2D16F;
}
.BgClassName
{
background-color: #D2D16F;
}
</style>
border-color css
<style>
span { border-color: #D2D16F; }
span { border-color: rgb(210,209,111); }
td.TdClassName
{
border-color: #D2D16F;
}
.TagClassName
{
border-color: #D2D16F;
}
</style>