Shades of Goldenrod #D5DB61
Tints of Goldenrod #D5DB61
RGB
CMYK
RGB Variations
Color information
#D5DB61 (or 0xD5DB61) is known color: Goldenrod. HEX triplet: D5, DB and 61. RGB value is (213,219,97). Sum of RGB (Red+Green+Blue) = 213+219+97=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB61 is #2A249E. Grayscale: #CBCBCB. Windows color (decimal): -2761887 or 6413269. OLE color: 6413269.
HSL color Cylindrical-coordinate representation of color #D5DB61: hue angle of 62.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5DB61 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 97 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.14 |
| HSL | 62.95º | 0.63% | 0.62% | - |
| HSV(B) | 62.95º | 0.56% | 0.86% | - |
| XYZ | 54.93 | 65.67 | 21.09 | - |
| YUV | 203.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 97 | 0.03 | 0 | 0.56 | 0.14 | 62.95 | 0.63 | 0.62 |
| Hex | D5 | DB | 61 | 3 | 0 | 38 | E | 3F | 3F | 3E |
| Octal | 325 | 333 | 141 | 3 | 0 | 70 | 16 | 77 | 77 | 76 |
| Binary | 11010101 | 11011011 | 1100001 | 11 | 0 | 111000 | 1110 | 111111 | 111111 | 111110 |
Color Harmonies of #D5DB61
Complementary color
Monochromatic Colors of #D5DB61
Black with #D5DB61
Text Example
Text Example
White with #D5DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB61; }
p { color: rgb(213,219,97); }
H1.HeaderClassName
{
color: #D5DB61;
}
.AnyTagClassName
{
color: #D5DB61;
}
</style>
background-color css
<style>
a { background-color: #D5DB61; }
a { background-color: rgb(213,219,97); }
div.DivClassName
{
background-color: #D5DB61;
}
.BgClassName
{
background-color: #D5DB61;
}
</style>
border-color css
<style>
span { border-color: #D5DB61; }
span { border-color: rgb(213,219,97); }
td.TdClassName
{
border-color: #D5DB61;
}
.TagClassName
{
border-color: #D5DB61;
}
</style>