Shades of Goldenrod #D2D274
Tints of Goldenrod #D2D274
RGB
CMYK
RGB Variations
Color information
#D2D274 (or 0xD2D274) is known color: Goldenrod. HEX triplet: D2, D2 and 74. RGB value is (210,210,116). Sum of RGB (Red+Green+Blue) = 210+210+116=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D274 is #2D2D8B. Grayscale: #C7C7C7. Windows color (decimal): -2960780 or 7656146. OLE color: 7656146.
HSL color Cylindrical-coordinate representation of color #D2D274: hue angle of 60º 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 #D2D274 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 116 | - |
| CMYK | 0 | 0 | 0.45 | 0.18 |
| HSL | 60º | 0.51% | 0.64% | - |
| HSV(B) | 60º | 0.45% | 0.82% | - |
| XYZ | 52.78 | 61.06 | 25.53 | - |
| YUV | 199.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 116 | 0 | 0 | 0.45 | 0.18 | 60 | 0.51 | 0.64 |
| Hex | D2 | D2 | 74 | 0 | 0 | 2D | 12 | 3C | 33 | 40 |
| Octal | 322 | 322 | 164 | 0 | 0 | 55 | 22 | 74 | 63 | 100 |
| Binary | 11010010 | 11010010 | 1110100 | 0 | 0 | 101101 | 10010 | 111100 | 110011 | 1000000 |
Color Harmonies of #D2D274
Complementary color
Monochromatic Colors of #D2D274
Black with #D2D274
Text Example
Text Example
White with #D2D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D274; }
p { color: rgb(210,210,116); }
H1.HeaderClassName
{
color: #D2D274;
}
.AnyTagClassName
{
color: #D2D274;
}
</style>
background-color css
<style>
a { background-color: #D2D274; }
a { background-color: rgb(210,210,116); }
div.DivClassName
{
background-color: #D2D274;
}
.BgClassName
{
background-color: #D2D274;
}
</style>
border-color css
<style>
span { border-color: #D2D274; }
span { border-color: rgb(210,210,116); }
td.TdClassName
{
border-color: #D2D274;
}
.TagClassName
{
border-color: #D2D274;
}
</style>