Shades of Goldenrod #DBD77B
Tints of Goldenrod #DBD77B
RGB
CMYK
RGB Variations
Color information
#DBD77B (or 0xDBD77B) is known color: Goldenrod. HEX triplet: DB, D7 and 7B. RGB value is (219,215,123). Sum of RGB (Red+Green+Blue) = 219+215+123=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD77B is #242884. Grayscale: #CECECE. Windows color (decimal): -2369669 or 8116187. OLE color: 8116187.
HSL color Cylindrical-coordinate representation of color #DBD77B: hue angle of 57.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD77B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 123 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.14 |
| HSL | 57.5º | 0.57% | 0.67% | - |
| HSV(B) | 57.5º | 0.44% | 0.86% | - |
| XYZ | 57.09 | 65.09 | 28.29 | - |
| YUV | 205.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 123 | 0 | 0.02 | 0.44 | 0.14 | 57.5 | 0.57 | 0.67 |
| Hex | DB | D7 | 7B | 0 | 2 | 2C | E | 3A | 39 | 43 |
| Octal | 333 | 327 | 173 | 0 | 2 | 54 | 16 | 72 | 71 | 103 |
| Binary | 11011011 | 11010111 | 1111011 | 0 | 10 | 101100 | 1110 | 111010 | 111001 | 1000011 |
Color Harmonies of #DBD77B
Complementary color
Monochromatic Colors of #DBD77B
Black with #DBD77B
Text Example
Text Example
White with #DBD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD77B; }
p { color: rgb(219,215,123); }
H1.HeaderClassName
{
color: #DBD77B;
}
.AnyTagClassName
{
color: #DBD77B;
}
</style>
background-color css
<style>
a { background-color: #DBD77B; }
a { background-color: rgb(219,215,123); }
div.DivClassName
{
background-color: #DBD77B;
}
.BgClassName
{
background-color: #DBD77B;
}
</style>
border-color css
<style>
span { border-color: #DBD77B; }
span { border-color: rgb(219,215,123); }
td.TdClassName
{
border-color: #DBD77B;
}
.TagClassName
{
border-color: #DBD77B;
}
</style>