Shades of Goldenrod #DBD56A
Tints of Goldenrod #DBD56A
RGB
CMYK
RGB Variations
Color information
#DBD56A (or 0xDBD56A) is known color: Goldenrod. HEX triplet: DB, D5 and 6A. RGB value is (219,213,106). Sum of RGB (Red+Green+Blue) = 219+213+106=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD56A is #242A95. Grayscale: #CBCBCB. Windows color (decimal): -2370198 or 7001563. OLE color: 7001563.
HSL color Cylindrical-coordinate representation of color #DBD56A: hue angle of 56.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD56A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 106 | - |
CMYK | 0 | 0.03 | 0.52 | 0.14 |
HSL | 56.81º | 0.61% | 0.64% | - |
HSV(B) | 56.81º | 0.52% | 0.86% | - |
XYZ | 55.61 | 63.69 | 23 | - |
YUV | 202.6 | 73.49 | 139.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 106 | 0 | 0.03 | 0.52 | 0.14 | 56.81 | 0.61 | 0.64 |
Hex | DB | D5 | 6A | 0 | 3 | 34 | E | 39 | 3D | 40 |
Octal | 333 | 325 | 152 | 0 | 3 | 64 | 16 | 71 | 75 | 100 |
Binary | 11011011 | 11010101 | 1101010 | 0 | 11 | 110100 | 1110 | 111001 | 111101 | 1000000 |
Color Harmonies of #DBD56A
Complementary color
Monochromatic Colors of #DBD56A
Black with #DBD56A
Text Example
Text Example
White with #DBD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD56A; }
p { color: rgb(219,213,106); }
H1.HeaderClassName
{
color: #DBD56A;
}
.AnyTagClassName
{
color: #DBD56A;
}
</style>
background-color css
<style>
a { background-color: #DBD56A; }
a { background-color: rgb(219,213,106); }
div.DivClassName
{
background-color: #DBD56A;
}
.BgClassName
{
background-color: #DBD56A;
}
</style>
border-color css
<style>
span { border-color: #DBD56A; }
span { border-color: rgb(219,213,106); }
td.TdClassName
{
border-color: #DBD56A;
}
.TagClassName
{
border-color: #DBD56A;
}
</style>