Shades of Goldenrod #DBD669
Tints of Goldenrod #DBD669
RGB
CMYK
RGB Variations
Color information
#DBD669 (or 0xDBD669) is known color: Goldenrod. HEX triplet: DB, D6 and 69. RGB value is (219,214,105). Sum of RGB (Red+Green+Blue) = 219+214+105=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD669 is #242996. Grayscale: #CBCBCB. Windows color (decimal): -2369943 or 6936283. OLE color: 6936283.
HSL color Cylindrical-coordinate representation of color #DBD669: hue angle of 57.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD669 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 105 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.14 |
| HSL | 57.37º | 0.61% | 0.64% | - |
| HSV(B) | 57.37º | 0.52% | 0.86% | - |
| XYZ | 55.81 | 64.17 | 22.81 | - |
| YUV | 203.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 105 | 0 | 0.02 | 0.52 | 0.14 | 57.37 | 0.61 | 0.64 |
| Hex | DB | D6 | 69 | 0 | 2 | 34 | E | 39 | 3D | 40 |
| Octal | 333 | 326 | 151 | 0 | 2 | 64 | 16 | 71 | 75 | 100 |
| Binary | 11011011 | 11010110 | 1101001 | 0 | 10 | 110100 | 1110 | 111001 | 111101 | 1000000 |
Color Harmonies of #DBD669
Complementary color
Monochromatic Colors of #DBD669
Black with #DBD669
Text Example
Text Example
White with #DBD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD669; }
p { color: rgb(219,214,105); }
H1.HeaderClassName
{
color: #DBD669;
}
.AnyTagClassName
{
color: #DBD669;
}
</style>
background-color css
<style>
a { background-color: #DBD669; }
a { background-color: rgb(219,214,105); }
div.DivClassName
{
background-color: #DBD669;
}
.BgClassName
{
background-color: #DBD669;
}
</style>
border-color css
<style>
span { border-color: #DBD669; }
span { border-color: rgb(219,214,105); }
td.TdClassName
{
border-color: #DBD669;
}
.TagClassName
{
border-color: #DBD669;
}
</style>