Shades of Goldenrod #D8DB6F
Tints of Goldenrod #D8DB6F
RGB
CMYK
RGB Variations
Color information
#D8DB6F (or 0xD8DB6F) is known color: Goldenrod. HEX triplet: D8, DB and 6F. RGB value is (216,219,111). Sum of RGB (Red+Green+Blue) = 216+219+111=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB6F is #272490. Grayscale: #CECECE. Windows color (decimal): -2565265 or 7330776. OLE color: 7330776.
HSL color Cylindrical-coordinate representation of color #D8DB6F: hue angle of 61.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8DB6F is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 111 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.14 |
| HSL | 61.67º | 0.6% | 0.65% | - |
| HSV(B) | 61.67º | 0.49% | 0.86% | - |
| XYZ | 56.52 | 66.41 | 24.88 | - |
| YUV | 205.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 111 | 0.01 | 0 | 0.49 | 0.14 | 61.67 | 0.6 | 0.65 |
| Hex | D8 | DB | 6F | 1 | 0 | 31 | E | 3E | 3C | 41 |
| Octal | 330 | 333 | 157 | 1 | 0 | 61 | 16 | 76 | 74 | 101 |
| Binary | 11011000 | 11011011 | 1101111 | 1 | 0 | 110001 | 1110 | 111110 | 111100 | 1000001 |
Color Harmonies of #D8DB6F
Complementary color
Monochromatic Colors of #D8DB6F
Black with #D8DB6F
Text Example
Text Example
White with #D8DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB6F; }
p { color: rgb(216,219,111); }
H1.HeaderClassName
{
color: #D8DB6F;
}
.AnyTagClassName
{
color: #D8DB6F;
}
</style>
background-color css
<style>
a { background-color: #D8DB6F; }
a { background-color: rgb(216,219,111); }
div.DivClassName
{
background-color: #D8DB6F;
}
.BgClassName
{
background-color: #D8DB6F;
}
</style>
border-color css
<style>
span { border-color: #D8DB6F; }
span { border-color: rgb(216,219,111); }
td.TdClassName
{
border-color: #D8DB6F;
}
.TagClassName
{
border-color: #D8DB6F;
}
</style>