Shades of Goldenrod #D2D55F
Tints of Goldenrod #D2D55F
RGB
CMYK
RGB Variations
Color information
#D2D55F (or 0xD2D55F) is known color: Goldenrod. HEX triplet: D2, D5 and 5F. RGB value is (210,213,95). Sum of RGB (Red+Green+Blue) = 210+213+95=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D55F is #2D2AA0. Grayscale: #C7C7C7. Windows color (decimal): -2960033 or 6280658. OLE color: 6280658.
HSL color Cylindrical-coordinate representation of color #D2D55F: hue angle of 61.53º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2D55F is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 95 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.16 |
| HSL | 61.53º | 0.58% | 0.6% | - |
| HSV(B) | 61.53º | 0.55% | 0.84% | - |
| XYZ | 52.44 | 62.12 | 20.05 | - |
| YUV | 198.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 95 | 0.01 | 0 | 0.55 | 0.16 | 61.53 | 0.58 | 0.6 |
| Hex | D2 | D5 | 5F | 1 | 0 | 37 | 10 | 3E | 3A | 3C |
| Octal | 322 | 325 | 137 | 1 | 0 | 67 | 20 | 76 | 72 | 74 |
| Binary | 11010010 | 11010101 | 1011111 | 1 | 0 | 110111 | 10000 | 111110 | 111010 | 111100 |
Color Harmonies of #D2D55F
Complementary color
Monochromatic Colors of #D2D55F
Black with #D2D55F
Text Example
Text Example
White with #D2D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D55F; }
p { color: rgb(210,213,95); }
H1.HeaderClassName
{
color: #D2D55F;
}
.AnyTagClassName
{
color: #D2D55F;
}
</style>
background-color css
<style>
a { background-color: #D2D55F; }
a { background-color: rgb(210,213,95); }
div.DivClassName
{
background-color: #D2D55F;
}
.BgClassName
{
background-color: #D2D55F;
}
</style>
border-color css
<style>
span { border-color: #D2D55F; }
span { border-color: rgb(210,213,95); }
td.TdClassName
{
border-color: #D2D55F;
}
.TagClassName
{
border-color: #D2D55F;
}
</style>