Shades of Goldenrod #DBDF7E
Tints of Goldenrod #DBDF7E
RGB
CMYK
RGB Variations
Color information
#DBDF7E (or 0xDBDF7E) is known color: Goldenrod. HEX triplet: DB, DF and 7E. RGB value is (219,223,126). Sum of RGB (Red+Green+Blue) = 219+223+126=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF7E is #242081. Grayscale: #D3D3D3. Windows color (decimal): -2367618 or 8314843. OLE color: 8314843.
HSL color Cylindrical-coordinate representation of color #DBDF7E: hue angle of 62.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBDF7E is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 126 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.13 |
| HSL | 62.47º | 0.6% | 0.68% | - |
| HSV(B) | 62.47º | 0.43% | 0.87% | - |
| XYZ | 59.37 | 69.34 | 29.99 | - |
| YUV | 210.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 126 | 0.02 | 0 | 0.43 | 0.13 | 62.47 | 0.6 | 0.68 |
| Hex | DB | DF | 7E | 2 | 0 | 2B | D | 3E | 3C | 44 |
| Octal | 333 | 337 | 176 | 2 | 0 | 53 | 15 | 76 | 74 | 104 |
| Binary | 11011011 | 11011111 | 1111110 | 10 | 0 | 101011 | 1101 | 111110 | 111100 | 1000100 |
Color Harmonies of #DBDF7E
Complementary color
Monochromatic Colors of #DBDF7E
Black with #DBDF7E
Text Example
Text Example
White with #DBDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF7E; }
p { color: rgb(219,223,126); }
H1.HeaderClassName
{
color: #DBDF7E;
}
.AnyTagClassName
{
color: #DBDF7E;
}
</style>
background-color css
<style>
a { background-color: #DBDF7E; }
a { background-color: rgb(219,223,126); }
div.DivClassName
{
background-color: #DBDF7E;
}
.BgClassName
{
background-color: #DBDF7E;
}
</style>
border-color css
<style>
span { border-color: #DBDF7E; }
span { border-color: rgb(219,223,126); }
td.TdClassName
{
border-color: #DBDF7E;
}
.TagClassName
{
border-color: #DBDF7E;
}
</style>