Shades of Goldenrod #D2D174
Tints of Goldenrod #D2D174
RGB
CMYK
RGB Variations
Color information
#D2D174 (or 0xD2D174) is known color: Goldenrod. HEX triplet: D2, D1 and 74. RGB value is (210,209,116). Sum of RGB (Red+Green+Blue) = 210+209+116=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D174 is #2D2E8B. Grayscale: #C7C7C7. Windows color (decimal): -2961036 or 7655890. OLE color: 7655890.
HSL color Cylindrical-coordinate representation of color #D2D174: hue angle of 59.36º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D174 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 116 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.18 |
| HSL | 59.36º | 0.51% | 0.64% | - |
| HSV(B) | 59.36º | 0.45% | 0.82% | - |
| XYZ | 52.53 | 60.56 | 25.44 | - |
| YUV | 198.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 116 | 0 | 0.00 | 0.45 | 0.18 | 59.36 | 0.51 | 0.64 |
| Hex | D2 | D1 | 74 | 0 | 0 | 2D | 12 | 3B | 33 | 40 |
| Octal | 322 | 321 | 164 | 0 | 0 | 55 | 22 | 73 | 63 | 100 |
| Binary | 11010010 | 11010001 | 1110100 | 0 | 0 | 101101 | 10010 | 111011 | 110011 | 1000000 |
Color Harmonies of #D2D174
Complementary color
Monochromatic Colors of #D2D174
Black with #D2D174
Text Example
Text Example
White with #D2D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D174; }
p { color: rgb(210,209,116); }
H1.HeaderClassName
{
color: #D2D174;
}
.AnyTagClassName
{
color: #D2D174;
}
</style>
background-color css
<style>
a { background-color: #D2D174; }
a { background-color: rgb(210,209,116); }
div.DivClassName
{
background-color: #D2D174;
}
.BgClassName
{
background-color: #D2D174;
}
</style>
border-color css
<style>
span { border-color: #D2D174; }
span { border-color: rgb(210,209,116); }
td.TdClassName
{
border-color: #D2D174;
}
.TagClassName
{
border-color: #D2D174;
}
</style>