Shades of Goldenrod #DBDD6F
Tints of Goldenrod #DBDD6F
RGB
CMYK
RGB Variations
Color information
#DBDD6F (or 0xDBDD6F) is known color: Goldenrod. HEX triplet: DB, DD and 6F. RGB value is (219,221,111). Sum of RGB (Red+Green+Blue) = 219+221+111=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD6F is #242290. Grayscale: #D0D0D0. Windows color (decimal): -2368145 or 7331291. OLE color: 7331291.
HSL color Cylindrical-coordinate representation of color #DBDD6F: hue angle of 61.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBDD6F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 111 | - |
CMYK | 0.01 | 0 | 0.50 | 0.13 |
HSL | 61.09º | 0.62% | 0.65% | - |
HSV(B) | 61.09º | 0.5% | 0.87% | - |
XYZ | 57.94 | 67.92 | 25.1 | - |
YUV | 207.86 | 73.34 | 135.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 111 | 0.01 | 0 | 0.50 | 0.13 | 61.09 | 0.62 | 0.65 |
Hex | DB | DD | 6F | 1 | 0 | 32 | D | 3D | 3E | 41 |
Octal | 333 | 335 | 157 | 1 | 0 | 62 | 15 | 75 | 76 | 101 |
Binary | 11011011 | 11011101 | 1101111 | 1 | 0 | 110010 | 1101 | 111101 | 111110 | 1000001 |
Color Harmonies of #DBDD6F
Complementary color
Monochromatic Colors of #DBDD6F
Black with #DBDD6F
Text Example
Text Example
White with #DBDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD6F; }
p { color: rgb(219,221,111); }
H1.HeaderClassName
{
color: #DBDD6F;
}
.AnyTagClassName
{
color: #DBDD6F;
}
</style>
background-color css
<style>
a { background-color: #DBDD6F; }
a { background-color: rgb(219,221,111); }
div.DivClassName
{
background-color: #DBDD6F;
}
.BgClassName
{
background-color: #DBDD6F;
}
</style>
border-color css
<style>
span { border-color: #DBDD6F; }
span { border-color: rgb(219,221,111); }
td.TdClassName
{
border-color: #DBDD6F;
}
.TagClassName
{
border-color: #DBDD6F;
}
</style>