Shades of Goldenrod #D5DB65
Tints of Goldenrod #D5DB65
RGB
CMYK
RGB Variations
Color information
#D5DB65 (or 0xD5DB65) is known color: Goldenrod. HEX triplet: D5, DB and 65. RGB value is (213,219,101). Sum of RGB (Red+Green+Blue) = 213+219+101=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB65 is #2A249A. Grayscale: #CCCCCC. Windows color (decimal): -2761883 or 6675413. OLE color: 6675413.
HSL color Cylindrical-coordinate representation of color #D5DB65: hue angle of 63.05º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5DB65 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 101 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.14 |
| HSL | 63.05º | 0.62% | 0.63% | - |
| HSV(B) | 63.05º | 0.54% | 0.86% | - |
| XYZ | 55.12 | 65.75 | 22.1 | - |
| YUV | 203.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 101 | 0.03 | 0 | 0.54 | 0.14 | 63.05 | 0.62 | 0.63 |
| Hex | D5 | DB | 65 | 3 | 0 | 36 | E | 3F | 3E | 3F |
| Octal | 325 | 333 | 145 | 3 | 0 | 66 | 16 | 77 | 76 | 77 |
| Binary | 11010101 | 11011011 | 1100101 | 11 | 0 | 110110 | 1110 | 111111 | 111110 | 111111 |
Color Harmonies of #D5DB65
Complementary color
Monochromatic Colors of #D5DB65
Black with #D5DB65
Text Example
Text Example
White with #D5DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB65; }
p { color: rgb(213,219,101); }
H1.HeaderClassName
{
color: #D5DB65;
}
.AnyTagClassName
{
color: #D5DB65;
}
</style>
background-color css
<style>
a { background-color: #D5DB65; }
a { background-color: rgb(213,219,101); }
div.DivClassName
{
background-color: #D5DB65;
}
.BgClassName
{
background-color: #D5DB65;
}
</style>
border-color css
<style>
span { border-color: #D5DB65; }
span { border-color: rgb(213,219,101); }
td.TdClassName
{
border-color: #D5DB65;
}
.TagClassName
{
border-color: #D5DB65;
}
</style>