Shades of Goldenrod #D5DB69
Tints of Goldenrod #D5DB69
RGB
CMYK
RGB Variations
Color information
#D5DB69 (or 0xD5DB69) is known color: Goldenrod. HEX triplet: D5, DB and 69. RGB value is (213,219,105). Sum of RGB (Red+Green+Blue) = 213+219+105=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DB69 is #2A2496. Grayscale: #CCCCCC. Windows color (decimal): -2761879 or 6937557. OLE color: 6937557.
HSL color Cylindrical-coordinate representation of color #D5DB69: hue angle of 63.16º 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 #D5DB69 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 105 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.14 |
| HSL | 63.16º | 0.61% | 0.64% | - |
| HSV(B) | 63.16º | 0.52% | 0.86% | - |
| XYZ | 55.32 | 65.83 | 23.16 | - |
| YUV | 204.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 105 | 0.03 | 0 | 0.52 | 0.14 | 63.16 | 0.61 | 0.64 |
| Hex | D5 | DB | 69 | 3 | 0 | 34 | E | 3F | 3D | 40 |
| Octal | 325 | 333 | 151 | 3 | 0 | 64 | 16 | 77 | 75 | 100 |
| Binary | 11010101 | 11011011 | 1101001 | 11 | 0 | 110100 | 1110 | 111111 | 111101 | 1000000 |
Color Harmonies of #D5DB69
Complementary color
Monochromatic Colors of #D5DB69
Black with #D5DB69
Text Example
Text Example
White with #D5DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB69; }
p { color: rgb(213,219,105); }
H1.HeaderClassName
{
color: #D5DB69;
}
.AnyTagClassName
{
color: #D5DB69;
}
</style>
background-color css
<style>
a { background-color: #D5DB69; }
a { background-color: rgb(213,219,105); }
div.DivClassName
{
background-color: #D5DB69;
}
.BgClassName
{
background-color: #D5DB69;
}
</style>
border-color css
<style>
span { border-color: #D5DB69; }
span { border-color: rgb(213,219,105); }
td.TdClassName
{
border-color: #D5DB69;
}
.TagClassName
{
border-color: #D5DB69;
}
</style>