Shades of Goldenrod #D7DB70
Tints of Goldenrod #D7DB70
RGB
CMYK
RGB Variations
Color information
#D7DB70 (or 0xD7DB70) is known color: Goldenrod. HEX triplet: D7, DB and 70. RGB value is (215,219,112). Sum of RGB (Red+Green+Blue) = 215+219+112=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB70 is #28248F. Grayscale: #CECECE. Windows color (decimal): -2630800 or 7396311. OLE color: 7396311.
HSL color Cylindrical-coordinate representation of color #D7DB70: hue angle of 62.24º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7DB70 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 112 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.14 |
| HSL | 62.24º | 0.6% | 0.65% | - |
| HSV(B) | 62.24º | 0.49% | 0.86% | - |
| XYZ | 56.28 | 66.28 | 25.16 | - |
| YUV | 205.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 112 | 0.02 | 0 | 0.49 | 0.14 | 62.24 | 0.6 | 0.65 |
| Hex | D7 | DB | 70 | 2 | 0 | 31 | E | 3E | 3C | 41 |
| Octal | 327 | 333 | 160 | 2 | 0 | 61 | 16 | 76 | 74 | 101 |
| Binary | 11010111 | 11011011 | 1110000 | 10 | 0 | 110001 | 1110 | 111110 | 111100 | 1000001 |
Color Harmonies of #D7DB70
Complementary color
Monochromatic Colors of #D7DB70
Black with #D7DB70
Text Example
Text Example
White with #D7DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB70; }
p { color: rgb(215,219,112); }
H1.HeaderClassName
{
color: #D7DB70;
}
.AnyTagClassName
{
color: #D7DB70;
}
</style>
background-color css
<style>
a { background-color: #D7DB70; }
a { background-color: rgb(215,219,112); }
div.DivClassName
{
background-color: #D7DB70;
}
.BgClassName
{
background-color: #D7DB70;
}
</style>
border-color css
<style>
span { border-color: #D7DB70; }
span { border-color: rgb(215,219,112); }
td.TdClassName
{
border-color: #D7DB70;
}
.TagClassName
{
border-color: #D7DB70;
}
</style>