Shades of Goldenrod #DBDF7C
Tints of Goldenrod #DBDF7C
RGB
CMYK
RGB Variations
Color information
#DBDF7C (or 0xDBDF7C) is known color: Goldenrod. HEX triplet: DB, DF and 7C. RGB value is (219,223,124). Sum of RGB (Red+Green+Blue) = 219+223+124=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF7C is #242083. Grayscale: #D2D2D2. Windows color (decimal): -2367620 or 8183771. OLE color: 8183771.
HSL color Cylindrical-coordinate representation of color #DBDF7C: hue angle of 62.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBDF7C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 124 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.13 |
| HSL | 62.42º | 0.61% | 0.68% | - |
| HSV(B) | 62.42º | 0.44% | 0.87% | - |
| XYZ | 59.24 | 69.29 | 29.32 | - |
| YUV | 210.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 124 | 0.02 | 0 | 0.44 | 0.13 | 62.42 | 0.61 | 0.68 |
| Hex | DB | DF | 7C | 2 | 0 | 2C | D | 3E | 3D | 44 |
| Octal | 333 | 337 | 174 | 2 | 0 | 54 | 15 | 76 | 75 | 104 |
| Binary | 11011011 | 11011111 | 1111100 | 10 | 0 | 101100 | 1101 | 111110 | 111101 | 1000100 |
Color Harmonies of #DBDF7C
Complementary color
Monochromatic Colors of #DBDF7C
Black with #DBDF7C
Text Example
Text Example
White with #DBDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF7C; }
p { color: rgb(219,223,124); }
H1.HeaderClassName
{
color: #DBDF7C;
}
.AnyTagClassName
{
color: #DBDF7C;
}
</style>
background-color css
<style>
a { background-color: #DBDF7C; }
a { background-color: rgb(219,223,124); }
div.DivClassName
{
background-color: #DBDF7C;
}
.BgClassName
{
background-color: #DBDF7C;
}
</style>
border-color css
<style>
span { border-color: #DBDF7C; }
span { border-color: rgb(219,223,124); }
td.TdClassName
{
border-color: #DBDF7C;
}
.TagClassName
{
border-color: #DBDF7C;
}
</style>