Shades of Goldenrod #DBD467
Tints of Goldenrod #DBD467
RGB
CMYK
RGB Variations
Color information
#DBD467 (or 0xDBD467) is known color: Goldenrod. HEX triplet: DB, D4 and 67. RGB value is (219,212,103). Sum of RGB (Red+Green+Blue) = 219+212+103=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD467 is #242B98. Grayscale: #CACACA. Windows color (decimal): -2370457 or 6804699. OLE color: 6804699.
HSL color Cylindrical-coordinate representation of color #DBD467: hue angle of 56.38º 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 #DBD467 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 103 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.38º | 0.62% | 0.63% | - |
| HSV(B) | 56.38º | 0.53% | 0.86% | - |
| XYZ | 55.21 | 63.13 | 22.11 | - |
| YUV | 201.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 103 | 0 | 0.03 | 0.53 | 0.14 | 56.38 | 0.62 | 0.63 |
| Hex | DB | D4 | 67 | 0 | 3 | 35 | E | 38 | 3E | 3F |
| Octal | 333 | 324 | 147 | 0 | 3 | 65 | 16 | 70 | 76 | 77 |
| Binary | 11011011 | 11010100 | 1100111 | 0 | 11 | 110101 | 1110 | 111000 | 111110 | 111111 |
Color Harmonies of #DBD467
Complementary color
Monochromatic Colors of #DBD467
Black with #DBD467
Text Example
Text Example
White with #DBD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD467; }
p { color: rgb(219,212,103); }
H1.HeaderClassName
{
color: #DBD467;
}
.AnyTagClassName
{
color: #DBD467;
}
</style>
background-color css
<style>
a { background-color: #DBD467; }
a { background-color: rgb(219,212,103); }
div.DivClassName
{
background-color: #DBD467;
}
.BgClassName
{
background-color: #DBD467;
}
</style>
border-color css
<style>
span { border-color: #DBD467; }
span { border-color: rgb(219,212,103); }
td.TdClassName
{
border-color: #DBD467;
}
.TagClassName
{
border-color: #DBD467;
}
</style>