Shades of Goldenrod #D2D564
Tints of Goldenrod #D2D564
RGB
CMYK
RGB Variations
Color information
#D2D564 (or 0xD2D564) is known color: Goldenrod. HEX triplet: D2, D5 and 64. RGB value is (210,213,100). Sum of RGB (Red+Green+Blue) = 210+213+100=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D564 is #2D2A9B. Grayscale: #C7C7C7. Windows color (decimal): -2960028 or 6608338. OLE color: 6608338.
HSL color Cylindrical-coordinate representation of color #D2D564: hue angle of 61.59º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2D564 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 100 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.16 |
| HSL | 61.59º | 0.57% | 0.61% | - |
| HSV(B) | 61.59º | 0.53% | 0.84% | - |
| XYZ | 52.67 | 62.21 | 21.29 | - |
| YUV | 199.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 100 | 0.01 | 0 | 0.53 | 0.16 | 61.59 | 0.57 | 0.61 |
| Hex | D2 | D5 | 64 | 1 | 0 | 35 | 10 | 3E | 39 | 3D |
| Octal | 322 | 325 | 144 | 1 | 0 | 65 | 20 | 76 | 71 | 75 |
| Binary | 11010010 | 11010101 | 1100100 | 1 | 0 | 110101 | 10000 | 111110 | 111001 | 111101 |
Color Harmonies of #D2D564
Complementary color
Monochromatic Colors of #D2D564
Black with #D2D564
Text Example
Text Example
White with #D2D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D564; }
p { color: rgb(210,213,100); }
H1.HeaderClassName
{
color: #D2D564;
}
.AnyTagClassName
{
color: #D2D564;
}
</style>
background-color css
<style>
a { background-color: #D2D564; }
a { background-color: rgb(210,213,100); }
div.DivClassName
{
background-color: #D2D564;
}
.BgClassName
{
background-color: #D2D564;
}
</style>
border-color css
<style>
span { border-color: #D2D564; }
span { border-color: rgb(210,213,100); }
td.TdClassName
{
border-color: #D2D564;
}
.TagClassName
{
border-color: #D2D564;
}
</style>