Shades of Goldenrod #DBD77C
Tints of Goldenrod #DBD77C
RGB
CMYK
RGB Variations
Color information
#DBD77C (or 0xDBD77C) is known color: Goldenrod. HEX triplet: DB, D7 and 7C. RGB value is (219,215,124). Sum of RGB (Red+Green+Blue) = 219+215+124=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD77C is #242883. Grayscale: #CECECE. Windows color (decimal): -2369668 or 8181723. OLE color: 8181723.
HSL color Cylindrical-coordinate representation of color #DBD77C: hue angle of 57.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD77C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 124 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.14 |
| HSL | 57.47º | 0.57% | 0.67% | - |
| HSV(B) | 57.47º | 0.43% | 0.86% | - |
| XYZ | 57.15 | 65.12 | 28.63 | - |
| YUV | 205.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 124 | 0 | 0.02 | 0.43 | 0.14 | 57.47 | 0.57 | 0.67 |
| Hex | DB | D7 | 7C | 0 | 2 | 2B | E | 39 | 39 | 43 |
| Octal | 333 | 327 | 174 | 0 | 2 | 53 | 16 | 71 | 71 | 103 |
| Binary | 11011011 | 11010111 | 1111100 | 0 | 10 | 101011 | 1110 | 111001 | 111001 | 1000011 |
Color Harmonies of #DBD77C
Complementary color
Monochromatic Colors of #DBD77C
Black with #DBD77C
Text Example
Text Example
White with #DBD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD77C; }
p { color: rgb(219,215,124); }
H1.HeaderClassName
{
color: #DBD77C;
}
.AnyTagClassName
{
color: #DBD77C;
}
</style>
background-color css
<style>
a { background-color: #DBD77C; }
a { background-color: rgb(219,215,124); }
div.DivClassName
{
background-color: #DBD77C;
}
.BgClassName
{
background-color: #DBD77C;
}
</style>
border-color css
<style>
span { border-color: #DBD77C; }
span { border-color: rgb(219,215,124); }
td.TdClassName
{
border-color: #DBD77C;
}
.TagClassName
{
border-color: #DBD77C;
}
</style>