Shades of Goldenrod #D1DB6A
Tints of Goldenrod #D1DB6A
RGB
CMYK
RGB Variations
Color information
#D1DB6A (or 0xD1DB6A) is known color: Goldenrod. HEX triplet: D1, DB and 6A. RGB value is (209,219,106). Sum of RGB (Red+Green+Blue) = 209+219+106=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB6A is #2E2495. Grayscale: #CBCBCB. Windows color (decimal): -3024022 or 7003089. OLE color: 7003089.
HSL color Cylindrical-coordinate representation of color #D1DB6A: hue angle of 65.31º 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 #D1DB6A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 106 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.14 |
| HSL | 65.31º | 0.61% | 0.64% | - |
| HSV(B) | 65.31º | 0.52% | 0.86% | - |
| XYZ | 54.23 | 65.26 | 23.37 | - |
| YUV | 203.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 106 | 0.05 | 0 | 0.52 | 0.14 | 65.31 | 0.61 | 0.64 |
| Hex | D1 | DB | 6A | 5 | 0 | 34 | E | 41 | 3D | 40 |
| Octal | 321 | 333 | 152 | 5 | 0 | 64 | 16 | 101 | 75 | 100 |
| Binary | 11010001 | 11011011 | 1101010 | 101 | 0 | 110100 | 1110 | 1000001 | 111101 | 1000000 |
Color Harmonies of #D1DB6A
Complementary color
Monochromatic Colors of #D1DB6A
Black with #D1DB6A
Text Example
Text Example
White with #D1DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB6A; }
p { color: rgb(209,219,106); }
H1.HeaderClassName
{
color: #D1DB6A;
}
.AnyTagClassName
{
color: #D1DB6A;
}
</style>
background-color css
<style>
a { background-color: #D1DB6A; }
a { background-color: rgb(209,219,106); }
div.DivClassName
{
background-color: #D1DB6A;
}
.BgClassName
{
background-color: #D1DB6A;
}
</style>
border-color css
<style>
span { border-color: #D1DB6A; }
span { border-color: rgb(209,219,106); }
td.TdClassName
{
border-color: #D1DB6A;
}
.TagClassName
{
border-color: #D1DB6A;
}
</style>