Shades of Goldenrod #D2D070
Tints of Goldenrod #D2D070
RGB
CMYK
RGB Variations
Color information
#D2D070 (or 0xD2D070) is known color: Goldenrod. HEX triplet: D2, D0 and 70. RGB value is (210,208,112). Sum of RGB (Red+Green+Blue) = 210+208+112=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D070 is #2D2F8F. Grayscale: #C6C6C6. Windows color (decimal): -2961296 or 7393490. OLE color: 7393490.
HSL color Cylindrical-coordinate representation of color #D2D070: hue angle of 58.78º 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 #D2D070 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 112 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.18 |
| HSL | 58.78º | 0.52% | 0.63% | - |
| HSV(B) | 58.78º | 0.47% | 0.82% | - |
| XYZ | 52.06 | 59.98 | 24.16 | - |
| YUV | 197.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 112 | 0 | 0.01 | 0.47 | 0.18 | 58.78 | 0.52 | 0.63 |
| Hex | D2 | D0 | 70 | 0 | 1 | 2F | 12 | 3B | 34 | 3F |
| Octal | 322 | 320 | 160 | 0 | 1 | 57 | 22 | 73 | 64 | 77 |
| Binary | 11010010 | 11010000 | 1110000 | 0 | 1 | 101111 | 10010 | 111011 | 110100 | 111111 |
Color Harmonies of #D2D070
Complementary color
Monochromatic Colors of #D2D070
Black with #D2D070
Text Example
Text Example
White with #D2D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D070; }
p { color: rgb(210,208,112); }
H1.HeaderClassName
{
color: #D2D070;
}
.AnyTagClassName
{
color: #D2D070;
}
</style>
background-color css
<style>
a { background-color: #D2D070; }
a { background-color: rgb(210,208,112); }
div.DivClassName
{
background-color: #D2D070;
}
.BgClassName
{
background-color: #D2D070;
}
</style>
border-color css
<style>
span { border-color: #D2D070; }
span { border-color: rgb(210,208,112); }
td.TdClassName
{
border-color: #D2D070;
}
.TagClassName
{
border-color: #D2D070;
}
</style>