Shades of Goldenrod #DBD163
Tints of Goldenrod #DBD163
RGB
CMYK
RGB Variations
Color information
#DBD163 (or 0xDBD163) is known color: Goldenrod. HEX triplet: DB, D1 and 63. RGB value is (219,209,99). Sum of RGB (Red+Green+Blue) = 219+209+99=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD163 is #242E9C. Grayscale: #C7C7C7. Windows color (decimal): -2371229 or 6541787. OLE color: 6541787.
HSL color Cylindrical-coordinate representation of color #DBD163: hue angle of 55º 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 #DBD163 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 99 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.14 |
| HSL | 55º | 0.63% | 0.62% | - |
| HSV(B) | 55º | 0.55% | 0.86% | - |
| XYZ | 54.27 | 61.56 | 20.83 | - |
| YUV | 199.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 99 | 0 | 0.05 | 0.55 | 0.14 | 55 | 0.63 | 0.62 |
| Hex | DB | D1 | 63 | 0 | 5 | 37 | E | 37 | 3E | 3E |
| Octal | 333 | 321 | 143 | 0 | 5 | 67 | 16 | 67 | 76 | 76 |
| Binary | 11011011 | 11010001 | 1100011 | 0 | 101 | 110111 | 1110 | 110111 | 111110 | 111110 |
Color Harmonies of #DBD163
Complementary color
Monochromatic Colors of #DBD163
Black with #DBD163
Text Example
Text Example
White with #DBD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD163; }
p { color: rgb(219,209,99); }
H1.HeaderClassName
{
color: #DBD163;
}
.AnyTagClassName
{
color: #DBD163;
}
</style>
background-color css
<style>
a { background-color: #DBD163; }
a { background-color: rgb(219,209,99); }
div.DivClassName
{
background-color: #DBD163;
}
.BgClassName
{
background-color: #DBD163;
}
</style>
border-color css
<style>
span { border-color: #DBD163; }
span { border-color: rgb(219,209,99); }
td.TdClassName
{
border-color: #DBD163;
}
.TagClassName
{
border-color: #DBD163;
}
</style>