Shades of Goldenrod #D2D270
Tints of Goldenrod #D2D270
RGB
CMYK
RGB Variations
Color information
#D2D270 (or 0xD2D270) is known color: Goldenrod. HEX triplet: D2, D2 and 70. RGB value is (210,210,112). Sum of RGB (Red+Green+Blue) = 210+210+112=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D270 is #2D2D8F. Grayscale: #C7C7C7. Windows color (decimal): -2960784 or 7394002. OLE color: 7394002.
HSL color Cylindrical-coordinate representation of color #D2D270: hue angle of 60º 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 #D2D270 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 112 | - |
| CMYK | 0 | 0 | 0.47 | 0.18 |
| HSL | 60º | 0.52% | 0.63% | - |
| HSV(B) | 60º | 0.47% | 0.82% | - |
| XYZ | 52.55 | 60.96 | 24.33 | - |
| YUV | 198.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 112 | 0 | 0 | 0.47 | 0.18 | 60 | 0.52 | 0.63 |
| Hex | D2 | D2 | 70 | 0 | 0 | 2F | 12 | 3C | 34 | 3F |
| Octal | 322 | 322 | 160 | 0 | 0 | 57 | 22 | 74 | 64 | 77 |
| Binary | 11010010 | 11010010 | 1110000 | 0 | 0 | 101111 | 10010 | 111100 | 110100 | 111111 |
Color Harmonies of #D2D270
Complementary color
Monochromatic Colors of #D2D270
Black with #D2D270
Text Example
Text Example
White with #D2D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D270; }
p { color: rgb(210,210,112); }
H1.HeaderClassName
{
color: #D2D270;
}
.AnyTagClassName
{
color: #D2D270;
}
</style>
background-color css
<style>
a { background-color: #D2D270; }
a { background-color: rgb(210,210,112); }
div.DivClassName
{
background-color: #D2D270;
}
.BgClassName
{
background-color: #D2D270;
}
</style>
border-color css
<style>
span { border-color: #D2D270; }
span { border-color: rgb(210,210,112); }
td.TdClassName
{
border-color: #D2D270;
}
.TagClassName
{
border-color: #D2D270;
}
</style>