Shades of Goldenrod #DBD674
Tints of Goldenrod #DBD674
RGB
CMYK
RGB Variations
Color information
#DBD674 (or 0xDBD674) is known color: Goldenrod. HEX triplet: DB, D6 and 74. RGB value is (219,214,116). Sum of RGB (Red+Green+Blue) = 219+214+116=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD674 is #24298B. Grayscale: #CCCCCC. Windows color (decimal): -2369932 or 7657179. OLE color: 7657179.
HSL color Cylindrical-coordinate representation of color #DBD674: hue angle of 57.09º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD674 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 116 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.14 |
| HSL | 57.09º | 0.59% | 0.66% | - |
| HSV(B) | 57.09º | 0.47% | 0.86% | - |
| XYZ | 56.41 | 64.41 | 25.98 | - |
| YUV | 204.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 116 | 0 | 0.02 | 0.47 | 0.14 | 57.09 | 0.59 | 0.66 |
| Hex | DB | D6 | 74 | 0 | 2 | 2F | E | 39 | 3B | 42 |
| Octal | 333 | 326 | 164 | 0 | 2 | 57 | 16 | 71 | 73 | 102 |
| Binary | 11011011 | 11010110 | 1110100 | 0 | 10 | 101111 | 1110 | 111001 | 111011 | 1000010 |
Color Harmonies of #DBD674
Complementary color
Monochromatic Colors of #DBD674
Black with #DBD674
Text Example
Text Example
White with #DBD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD674; }
p { color: rgb(219,214,116); }
H1.HeaderClassName
{
color: #DBD674;
}
.AnyTagClassName
{
color: #DBD674;
}
</style>
background-color css
<style>
a { background-color: #DBD674; }
a { background-color: rgb(219,214,116); }
div.DivClassName
{
background-color: #DBD674;
}
.BgClassName
{
background-color: #DBD674;
}
</style>
border-color css
<style>
span { border-color: #DBD674; }
span { border-color: rgb(219,214,116); }
td.TdClassName
{
border-color: #DBD674;
}
.TagClassName
{
border-color: #DBD674;
}
</style>