Shades of Goldenrod #DBD168
Tints of Goldenrod #DBD168
RGB
CMYK
RGB Variations
Color information
#DBD168 (or 0xDBD168) is known color: Goldenrod. HEX triplet: DB, D1 and 68. RGB value is (219,209,104). Sum of RGB (Red+Green+Blue) = 219+209+104=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD168 is #242E97. Grayscale: #C8C8C8. Windows color (decimal): -2371224 or 6869467. OLE color: 6869467.
HSL color Cylindrical-coordinate representation of color #DBD168: hue angle of 54.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBD168 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 54.78º | 0.61% | 0.63% | - |
| HSV(B) | 54.78º | 0.53% | 0.86% | - |
| XYZ | 54.51 | 61.66 | 22.13 | - |
| YUV | 200.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 104 | 0 | 0.05 | 0.53 | 0.14 | 54.78 | 0.61 | 0.63 |
| Hex | DB | D1 | 68 | 0 | 5 | 35 | E | 37 | 3D | 3F |
| Octal | 333 | 321 | 150 | 0 | 5 | 65 | 16 | 67 | 75 | 77 |
| Binary | 11011011 | 11010001 | 1101000 | 0 | 101 | 110101 | 1110 | 110111 | 111101 | 111111 |
Color Harmonies of #DBD168
Complementary color
Monochromatic Colors of #DBD168
Black with #DBD168
Text Example
Text Example
White with #DBD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD168; }
p { color: rgb(219,209,104); }
H1.HeaderClassName
{
color: #DBD168;
}
.AnyTagClassName
{
color: #DBD168;
}
</style>
background-color css
<style>
a { background-color: #DBD168; }
a { background-color: rgb(219,209,104); }
div.DivClassName
{
background-color: #DBD168;
}
.BgClassName
{
background-color: #DBD168;
}
</style>
border-color css
<style>
span { border-color: #DBD168; }
span { border-color: rgb(219,209,104); }
td.TdClassName
{
border-color: #DBD168;
}
.TagClassName
{
border-color: #DBD168;
}
</style>