Shades of Goldenrod #D2DA5D
Tints of Goldenrod #D2DA5D
RGB
CMYK
RGB Variations
Color information
#D2DA5D (or 0xD2DA5D) is known color: Goldenrod. HEX triplet: D2, DA and 5D. RGB value is (210,218,93). Sum of RGB (Red+Green+Blue) = 210+218+93=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA5D is #2D25A2. Grayscale: #C9C9C9. Windows color (decimal): -2958755 or 6150866. OLE color: 6150866.
HSL color Cylindrical-coordinate representation of color #D2DA5D: hue angle of 63.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2DA5D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 93 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.15 |
| HSL | 63.84º | 0.63% | 0.61% | - |
| HSV(B) | 63.84º | 0.57% | 0.85% | - |
| XYZ | 53.63 | 64.63 | 20.01 | - |
| YUV | 201.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 93 | 0.04 | 0 | 0.57 | 0.15 | 63.84 | 0.63 | 0.61 |
| Hex | D2 | DA | 5D | 4 | 0 | 39 | F | 40 | 3F | 3D |
| Octal | 322 | 332 | 135 | 4 | 0 | 71 | 17 | 100 | 77 | 75 |
| Binary | 11010010 | 11011010 | 1011101 | 100 | 0 | 111001 | 1111 | 1000000 | 111111 | 111101 |
Color Harmonies of #D2DA5D
Complementary color
Monochromatic Colors of #D2DA5D
Black with #D2DA5D
Text Example
Text Example
White with #D2DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA5D; }
p { color: rgb(210,218,93); }
H1.HeaderClassName
{
color: #D2DA5D;
}
.AnyTagClassName
{
color: #D2DA5D;
}
</style>
background-color css
<style>
a { background-color: #D2DA5D; }
a { background-color: rgb(210,218,93); }
div.DivClassName
{
background-color: #D2DA5D;
}
.BgClassName
{
background-color: #D2DA5D;
}
</style>
border-color css
<style>
span { border-color: #D2DA5D; }
span { border-color: rgb(210,218,93); }
td.TdClassName
{
border-color: #D2DA5D;
}
.TagClassName
{
border-color: #D2DA5D;
}
</style>