Shades of Goldenrod #DBDA7D
Tints of Goldenrod #DBDA7D
RGB
CMYK
RGB Variations
Color information
#DBDA7D (or 0xDBDA7D) is known color: Goldenrod. HEX triplet: DB, DA and 7D. RGB value is (219,218,125). Sum of RGB (Red+Green+Blue) = 219+218+125=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA7D is #242582. Grayscale: #D0D0D0. Windows color (decimal): -2368899 or 8248027. OLE color: 8248027.
HSL color Cylindrical-coordinate representation of color #DBDA7D: hue angle of 59.36º 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 #DBDA7D is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 125 | - |
CMYK | 0 | 0.00 | 0.43 | 0.14 |
HSL | 59.36º | 0.57% | 0.67% | - |
HSV(B) | 59.36º | 0.43% | 0.86% | - |
XYZ | 57.99 | 66.68 | 29.22 | - |
YUV | 207.7 | 81.33 | 136.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 125 | 0 | 0.00 | 0.43 | 0.14 | 59.36 | 0.57 | 0.67 |
Hex | DB | DA | 7D | 0 | 0 | 2B | E | 3B | 39 | 43 |
Octal | 333 | 332 | 175 | 0 | 0 | 53 | 16 | 73 | 71 | 103 |
Binary | 11011011 | 11011010 | 1111101 | 0 | 0 | 101011 | 1110 | 111011 | 111001 | 1000011 |
Color Harmonies of #DBDA7D
Complementary color
Monochromatic Colors of #DBDA7D
Black with #DBDA7D
Text Example
Text Example
White with #DBDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA7D; }
p { color: rgb(219,218,125); }
H1.HeaderClassName
{
color: #DBDA7D;
}
.AnyTagClassName
{
color: #DBDA7D;
}
</style>
background-color css
<style>
a { background-color: #DBDA7D; }
a { background-color: rgb(219,218,125); }
div.DivClassName
{
background-color: #DBDA7D;
}
.BgClassName
{
background-color: #DBDA7D;
}
</style>
border-color css
<style>
span { border-color: #DBDA7D; }
span { border-color: rgb(219,218,125); }
td.TdClassName
{
border-color: #DBDA7D;
}
.TagClassName
{
border-color: #DBDA7D;
}
</style>