Shades of Goldenrod #D2D765
Tints of Goldenrod #D2D765
RGB
CMYK
RGB Variations
Color information
#D2D765 (or 0xD2D765) is known color: Goldenrod. HEX triplet: D2, D7 and 65. RGB value is (210,215,101). Sum of RGB (Red+Green+Blue) = 210+215+101=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D765 is #2D289A. Grayscale: #C8C8C8. Windows color (decimal): -2959515 or 6674386. OLE color: 6674386.
HSL color Cylindrical-coordinate representation of color #D2D765: hue angle of 62.63º degrees, saturation: 0.59, 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 #D2D765 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 101 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.16 |
| HSL | 62.63º | 0.59% | 0.62% | - |
| HSV(B) | 62.63º | 0.53% | 0.84% | - |
| XYZ | 53.23 | 63.24 | 21.71 | - |
| YUV | 200.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 101 | 0.02 | 0 | 0.53 | 0.16 | 62.63 | 0.59 | 0.62 |
| Hex | D2 | D7 | 65 | 2 | 0 | 35 | 10 | 3F | 3B | 3E |
| Octal | 322 | 327 | 145 | 2 | 0 | 65 | 20 | 77 | 73 | 76 |
| Binary | 11010010 | 11010111 | 1100101 | 10 | 0 | 110101 | 10000 | 111111 | 111011 | 111110 |
Color Harmonies of #D2D765
Complementary color
Monochromatic Colors of #D2D765
Black with #D2D765
Text Example
Text Example
White with #D2D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D765; }
p { color: rgb(210,215,101); }
H1.HeaderClassName
{
color: #D2D765;
}
.AnyTagClassName
{
color: #D2D765;
}
</style>
background-color css
<style>
a { background-color: #D2D765; }
a { background-color: rgb(210,215,101); }
div.DivClassName
{
background-color: #D2D765;
}
.BgClassName
{
background-color: #D2D765;
}
</style>
border-color css
<style>
span { border-color: #D2D765; }
span { border-color: rgb(210,215,101); }
td.TdClassName
{
border-color: #D2D765;
}
.TagClassName
{
border-color: #D2D765;
}
</style>