Shades of Goldenrod #DBD466
Tints of Goldenrod #DBD466
RGB
CMYK
RGB Variations
Color information
#DBD466 (or 0xDBD466) is known color: Goldenrod. HEX triplet: DB, D4 and 66. RGB value is (219,212,102). Sum of RGB (Red+Green+Blue) = 219+212+102=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD466 is #242B99. Grayscale: #CACACA. Windows color (decimal): -2370458 or 6739163. OLE color: 6739163.
HSL color Cylindrical-coordinate representation of color #DBD466: hue angle of 56.41º degrees, saturation: 0.62, 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 #DBD466 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 102 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.41º | 0.62% | 0.63% | - |
| HSV(B) | 56.41º | 0.53% | 0.86% | - |
| XYZ | 55.16 | 63.11 | 21.84 | - |
| YUV | 201.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 102 | 0 | 0.03 | 0.53 | 0.14 | 56.41 | 0.62 | 0.63 |
| Hex | DB | D4 | 66 | 0 | 3 | 35 | E | 38 | 3E | 3F |
| Octal | 333 | 324 | 146 | 0 | 3 | 65 | 16 | 70 | 76 | 77 |
| Binary | 11011011 | 11010100 | 1100110 | 0 | 11 | 110101 | 1110 | 111000 | 111110 | 111111 |
Color Harmonies of #DBD466
Complementary color
Monochromatic Colors of #DBD466
Black with #DBD466
Text Example
Text Example
White with #DBD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD466; }
p { color: rgb(219,212,102); }
H1.HeaderClassName
{
color: #DBD466;
}
.AnyTagClassName
{
color: #DBD466;
}
</style>
background-color css
<style>
a { background-color: #DBD466; }
a { background-color: rgb(219,212,102); }
div.DivClassName
{
background-color: #DBD466;
}
.BgClassName
{
background-color: #DBD466;
}
</style>
border-color css
<style>
span { border-color: #DBD466; }
span { border-color: rgb(219,212,102); }
td.TdClassName
{
border-color: #DBD466;
}
.TagClassName
{
border-color: #DBD466;
}
</style>