Shades of Goldenrod #DBDB7F
Tints of Goldenrod #DBDB7F
RGB
CMYK
RGB Variations
Color information
#DBDB7F (or 0xDBDB7F) is known color: Goldenrod. HEX triplet: DB, DB and 7F. RGB value is (219,219,127). Sum of RGB (Red+Green+Blue) = 219+219+127=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7F is #242480. Grayscale: #D0D0D0. Windows color (decimal): -2368641 or 8379355. OLE color: 8379355.
HSL color Cylindrical-coordinate representation of color #DBDB7F: hue angle of 60º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDB7F is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 127 | - |
CMYK | 0 | 0 | 0.42 | 0.14 |
HSL | 60º | 0.56% | 0.68% | - |
HSV(B) | 60º | 0.42% | 0.86% | - |
XYZ | 58.38 | 67.26 | 29.98 | - |
YUV | 208.51 | 82 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 127 | 0 | 0 | 0.42 | 0.14 | 60 | 0.56 | 0.68 |
Hex | DB | DB | 7F | 0 | 0 | 2A | E | 3C | 38 | 44 |
Octal | 333 | 333 | 177 | 0 | 0 | 52 | 16 | 74 | 70 | 104 |
Binary | 11011011 | 11011011 | 1111111 | 0 | 0 | 101010 | 1110 | 111100 | 111000 | 1000100 |
Color Harmonies of #DBDB7F
Complementary color
Monochromatic Colors of #DBDB7F
Black with #DBDB7F
Text Example
Text Example
White with #DBDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB7F; }
p { color: rgb(219,219,127); }
H1.HeaderClassName
{
color: #DBDB7F;
}
.AnyTagClassName
{
color: #DBDB7F;
}
</style>
background-color css
<style>
a { background-color: #DBDB7F; }
a { background-color: rgb(219,219,127); }
div.DivClassName
{
background-color: #DBDB7F;
}
.BgClassName
{
background-color: #DBDB7F;
}
</style>
border-color css
<style>
span { border-color: #DBDB7F; }
span { border-color: rgb(219,219,127); }
td.TdClassName
{
border-color: #DBDB7F;
}
.TagClassName
{
border-color: #DBDB7F;
}
</style>