Shades of Goldenrod #DBD568
Tints of Goldenrod #DBD568
RGB
CMYK
RGB Variations
Color information
#DBD568 (or 0xDBD568) is known color: Goldenrod. HEX triplet: DB, D5 and 68. RGB value is (219,213,104). Sum of RGB (Red+Green+Blue) = 219+213+104=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD568 is #242A97. Grayscale: #CACACA. Windows color (decimal): -2370200 or 6870491. OLE color: 6870491.
HSL color Cylindrical-coordinate representation of color #DBD568: hue angle of 56.87º 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 #DBD568 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 104 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.87º | 0.61% | 0.63% | - |
| HSV(B) | 56.87º | 0.53% | 0.86% | - |
| XYZ | 55.51 | 63.65 | 22.46 | - |
| YUV | 202.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 104 | 0 | 0.03 | 0.53 | 0.14 | 56.87 | 0.61 | 0.63 |
| Hex | DB | D5 | 68 | 0 | 3 | 35 | E | 39 | 3D | 3F |
| Octal | 333 | 325 | 150 | 0 | 3 | 65 | 16 | 71 | 75 | 77 |
| Binary | 11011011 | 11010101 | 1101000 | 0 | 11 | 110101 | 1110 | 111001 | 111101 | 111111 |
Color Harmonies of #DBD568
Complementary color
Monochromatic Colors of #DBD568
Black with #DBD568
Text Example
Text Example
White with #DBD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD568; }
p { color: rgb(219,213,104); }
H1.HeaderClassName
{
color: #DBD568;
}
.AnyTagClassName
{
color: #DBD568;
}
</style>
background-color css
<style>
a { background-color: #DBD568; }
a { background-color: rgb(219,213,104); }
div.DivClassName
{
background-color: #DBD568;
}
.BgClassName
{
background-color: #DBD568;
}
</style>
border-color css
<style>
span { border-color: #DBD568; }
span { border-color: rgb(219,213,104); }
td.TdClassName
{
border-color: #DBD568;
}
.TagClassName
{
border-color: #DBD568;
}
</style>