Shades of Goldenrod #DBDB6B
Tints of Goldenrod #DBDB6B
RGB
CMYK
RGB Variations
Color information
#DBDB6B (or 0xDBDB6B) is known color: Goldenrod. HEX triplet: DB, DB and 6B. RGB value is (219,219,107). Sum of RGB (Red+Green+Blue) = 219+219+107=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6B is #242494. Grayscale: #CECECE. Windows color (decimal): -2368661 or 7068635. OLE color: 7068635.
HSL color Cylindrical-coordinate representation of color #DBDB6B: hue angle of 60º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBDB6B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 107 | - |
CMYK | 0 | 0 | 0.51 | 0.14 |
HSL | 60º | 0.61% | 0.64% | - |
HSV(B) | 60º | 0.51% | 0.86% | - |
XYZ | 57.2 | 66.78 | 23.79 | - |
YUV | 206.23 | 72 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 107 | 0 | 0 | 0.51 | 0.14 | 60 | 0.61 | 0.64 |
Hex | DB | DB | 6B | 0 | 0 | 33 | E | 3C | 3D | 40 |
Octal | 333 | 333 | 153 | 0 | 0 | 63 | 16 | 74 | 75 | 100 |
Binary | 11011011 | 11011011 | 1101011 | 0 | 0 | 110011 | 1110 | 111100 | 111101 | 1000000 |
Color Harmonies of #DBDB6B
Complementary color
Monochromatic Colors of #DBDB6B
Black with #DBDB6B
Text Example
Text Example
White with #DBDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB6B; }
p { color: rgb(219,219,107); }
H1.HeaderClassName
{
color: #DBDB6B;
}
.AnyTagClassName
{
color: #DBDB6B;
}
</style>
background-color css
<style>
a { background-color: #DBDB6B; }
a { background-color: rgb(219,219,107); }
div.DivClassName
{
background-color: #DBDB6B;
}
.BgClassName
{
background-color: #DBDB6B;
}
</style>
border-color css
<style>
span { border-color: #DBDB6B; }
span { border-color: rgb(219,219,107); }
td.TdClassName
{
border-color: #DBDB6B;
}
.TagClassName
{
border-color: #DBDB6B;
}
</style>