Shades of Goldenrod #DBDC7F
Tints of Goldenrod #DBDC7F
RGB
CMYK
RGB Variations
Color information
#DBDC7F (or 0xDBDC7F) is known color: Goldenrod. HEX triplet: DB, DC and 7F. RGB value is (219,220,127). Sum of RGB (Red+Green+Blue) = 219+220+127=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC7F is #242380. Grayscale: #D1D1D1. Windows color (decimal): -2368385 or 8379611. OLE color: 8379611.
HSL color Cylindrical-coordinate representation of color #DBDC7F: hue angle of 60.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDC7F is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 127 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.14 |
| HSL | 60.65º | 0.57% | 0.68% | - |
| HSV(B) | 60.65º | 0.42% | 0.86% | - |
| XYZ | 58.64 | 67.78 | 30.07 | - |
| YUV | 209.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 127 | 0.00 | 0 | 0.42 | 0.14 | 60.65 | 0.57 | 0.68 |
| Hex | DB | DC | 7F | 0 | 0 | 2A | E | 3D | 39 | 44 |
| Octal | 333 | 334 | 177 | 0 | 0 | 52 | 16 | 75 | 71 | 104 |
| Binary | 11011011 | 11011100 | 1111111 | 0 | 0 | 101010 | 1110 | 111101 | 111001 | 1000100 |
Color Harmonies of #DBDC7F
Complementary color
Monochromatic Colors of #DBDC7F
Black with #DBDC7F
Text Example
Text Example
White with #DBDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC7F; }
p { color: rgb(219,220,127); }
H1.HeaderClassName
{
color: #DBDC7F;
}
.AnyTagClassName
{
color: #DBDC7F;
}
</style>
background-color css
<style>
a { background-color: #DBDC7F; }
a { background-color: rgb(219,220,127); }
div.DivClassName
{
background-color: #DBDC7F;
}
.BgClassName
{
background-color: #DBDC7F;
}
</style>
border-color css
<style>
span { border-color: #DBDC7F; }
span { border-color: rgb(219,220,127); }
td.TdClassName
{
border-color: #DBDC7F;
}
.TagClassName
{
border-color: #DBDC7F;
}
</style>