Shades of Goldenrod #D7D260
Tints of Goldenrod #D7D260
RGB
CMYK
RGB Variations
Color information
#D7D260 (or 0xD7D260) is known color: Goldenrod. HEX triplet: D7, D2 and 60. RGB value is (215,210,96). Sum of RGB (Red+Green+Blue) = 215+210+96=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D260 is #282D9F. Grayscale: #C6C6C6. Windows color (decimal): -2633120 or 6345431. OLE color: 6345431.
HSL color Cylindrical-coordinate representation of color #D7D260: hue angle of 57.48º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7D260 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 96 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.16 |
| HSL | 57.48º | 0.6% | 0.61% | - |
| HSV(B) | 57.48º | 0.55% | 0.84% | - |
| XYZ | 53.18 | 61.38 | 20.11 | - |
| YUV | 198.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 96 | 0 | 0.02 | 0.55 | 0.16 | 57.48 | 0.6 | 0.61 |
| Hex | D7 | D2 | 60 | 0 | 2 | 37 | 10 | 39 | 3C | 3D |
| Octal | 327 | 322 | 140 | 0 | 2 | 67 | 20 | 71 | 74 | 75 |
| Binary | 11010111 | 11010010 | 1100000 | 0 | 10 | 110111 | 10000 | 111001 | 111100 | 111101 |
Color Harmonies of #D7D260
Complementary color
Monochromatic Colors of #D7D260
Black with #D7D260
Text Example
Text Example
White with #D7D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D260; }
p { color: rgb(215,210,96); }
H1.HeaderClassName
{
color: #D7D260;
}
.AnyTagClassName
{
color: #D7D260;
}
</style>
background-color css
<style>
a { background-color: #D7D260; }
a { background-color: rgb(215,210,96); }
div.DivClassName
{
background-color: #D7D260;
}
.BgClassName
{
background-color: #D7D260;
}
</style>
border-color css
<style>
span { border-color: #D7D260; }
span { border-color: rgb(215,210,96); }
td.TdClassName
{
border-color: #D7D260;
}
.TagClassName
{
border-color: #D7D260;
}
</style>