Shades of Goldenrod #DBD268
Tints of Goldenrod #DBD268
RGB
CMYK
RGB Variations
Color information
#DBD268 (or 0xDBD268) is known color: Goldenrod. HEX triplet: DB, D2 and 68. RGB value is (219,210,104). Sum of RGB (Red+Green+Blue) = 219+210+104=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD268 is #242D97. Grayscale: #C9C9C9. Windows color (decimal): -2370968 or 6869723. OLE color: 6869723.
HSL color Cylindrical-coordinate representation of color #DBD268: hue angle of 55.3º 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 #DBD268 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.14 |
| HSL | 55.3º | 0.61% | 0.63% | - |
| HSV(B) | 55.3º | 0.53% | 0.86% | - |
| XYZ | 54.76 | 62.15 | 22.21 | - |
| YUV | 200.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 104 | 0 | 0.04 | 0.53 | 0.14 | 55.3 | 0.61 | 0.63 |
| Hex | DB | D2 | 68 | 0 | 4 | 35 | E | 37 | 3D | 3F |
| Octal | 333 | 322 | 150 | 0 | 4 | 65 | 16 | 67 | 75 | 77 |
| Binary | 11011011 | 11010010 | 1101000 | 0 | 100 | 110101 | 1110 | 110111 | 111101 | 111111 |
Color Harmonies of #DBD268
Complementary color
Monochromatic Colors of #DBD268
Black with #DBD268
Text Example
Text Example
White with #DBD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD268; }
p { color: rgb(219,210,104); }
H1.HeaderClassName
{
color: #DBD268;
}
.AnyTagClassName
{
color: #DBD268;
}
</style>
background-color css
<style>
a { background-color: #DBD268; }
a { background-color: rgb(219,210,104); }
div.DivClassName
{
background-color: #DBD268;
}
.BgClassName
{
background-color: #DBD268;
}
</style>
border-color css
<style>
span { border-color: #DBD268; }
span { border-color: rgb(219,210,104); }
td.TdClassName
{
border-color: #DBD268;
}
.TagClassName
{
border-color: #DBD268;
}
</style>