Shades of Goldenrod #DBD263
Tints of Goldenrod #DBD263
RGB
CMYK
RGB Variations
Color information
#DBD263 (or 0xDBD263) is known color: Goldenrod. HEX triplet: DB, D2 and 63. RGB value is (219,210,99). Sum of RGB (Red+Green+Blue) = 219+210+99=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD263 is #242D9C. Grayscale: #C8C8C8. Windows color (decimal): -2370973 or 6542043. OLE color: 6542043.
HSL color Cylindrical-coordinate representation of color #DBD263: hue angle of 55.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBD263 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 99 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.14 |
| HSL | 55.5º | 0.63% | 0.62% | - |
| HSV(B) | 55.5º | 0.55% | 0.86% | - |
| XYZ | 54.51 | 62.05 | 20.91 | - |
| YUV | 200.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 99 | 0 | 0.04 | 0.55 | 0.14 | 55.5 | 0.63 | 0.62 |
| Hex | DB | D2 | 63 | 0 | 4 | 37 | E | 38 | 3E | 3E |
| Octal | 333 | 322 | 143 | 0 | 4 | 67 | 16 | 70 | 76 | 76 |
| Binary | 11011011 | 11010010 | 1100011 | 0 | 100 | 110111 | 1110 | 111000 | 111110 | 111110 |
Color Harmonies of #DBD263
Complementary color
Monochromatic Colors of #DBD263
Black with #DBD263
Text Example
Text Example
White with #DBD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD263; }
p { color: rgb(219,210,99); }
H1.HeaderClassName
{
color: #DBD263;
}
.AnyTagClassName
{
color: #DBD263;
}
</style>
background-color css
<style>
a { background-color: #DBD263; }
a { background-color: rgb(219,210,99); }
div.DivClassName
{
background-color: #DBD263;
}
.BgClassName
{
background-color: #DBD263;
}
</style>
border-color css
<style>
span { border-color: #DBD263; }
span { border-color: rgb(219,210,99); }
td.TdClassName
{
border-color: #DBD263;
}
.TagClassName
{
border-color: #DBD263;
}
</style>