Shades of Goldenrod #D2D664
Tints of Goldenrod #D2D664
RGB
CMYK
RGB Variations
Color information
#D2D664 (or 0xD2D664) is known color: Goldenrod. HEX triplet: D2, D6 and 64. RGB value is (210,214,100). Sum of RGB (Red+Green+Blue) = 210+214+100=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D664 is #2D299B. Grayscale: #C8C8C8. Windows color (decimal): -2959772 or 6608594. OLE color: 6608594.
HSL color Cylindrical-coordinate representation of color #D2D664: hue angle of 62.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2D664 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 100 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.16 |
| HSL | 62.11º | 0.58% | 0.62% | - |
| HSV(B) | 62.11º | 0.53% | 0.84% | - |
| XYZ | 52.93 | 62.71 | 21.37 | - |
| YUV | 199.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 100 | 0.02 | 0 | 0.53 | 0.16 | 62.11 | 0.58 | 0.62 |
| Hex | D2 | D6 | 64 | 2 | 0 | 35 | 10 | 3E | 3A | 3E |
| Octal | 322 | 326 | 144 | 2 | 0 | 65 | 20 | 76 | 72 | 76 |
| Binary | 11010010 | 11010110 | 1100100 | 10 | 0 | 110101 | 10000 | 111110 | 111010 | 111110 |
Color Harmonies of #D2D664
Complementary color
Monochromatic Colors of #D2D664
Black with #D2D664
Text Example
Text Example
White with #D2D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D664; }
p { color: rgb(210,214,100); }
H1.HeaderClassName
{
color: #D2D664;
}
.AnyTagClassName
{
color: #D2D664;
}
</style>
background-color css
<style>
a { background-color: #D2D664; }
a { background-color: rgb(210,214,100); }
div.DivClassName
{
background-color: #D2D664;
}
.BgClassName
{
background-color: #D2D664;
}
</style>
border-color css
<style>
span { border-color: #D2D664; }
span { border-color: rgb(210,214,100); }
td.TdClassName
{
border-color: #D2D664;
}
.TagClassName
{
border-color: #D2D664;
}
</style>