Shades of Goldenrod #DBDF6A
Tints of Goldenrod #DBDF6A
RGB
CMYK
RGB Variations
Color information
#DBDF6A (or 0xDBDF6A) is known color: Goldenrod. HEX triplet: DB, DF and 6A. RGB value is (219,223,106). Sum of RGB (Red+Green+Blue) = 219+223+106=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF6A is #242095. Grayscale: #D0D0D0. Windows color (decimal): -2367638 or 7004123. OLE color: 7004123.
HSL color Cylindrical-coordinate representation of color #DBDF6A: hue angle of 62.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBDF6A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 106 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.13 |
| HSL | 62.05º | 0.65% | 0.65% | - |
| HSV(B) | 62.05º | 0.52% | 0.87% | - |
| XYZ | 58.2 | 68.88 | 23.86 | - |
| YUV | 208.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 106 | 0.02 | 0 | 0.52 | 0.13 | 62.05 | 0.65 | 0.65 |
| Hex | DB | DF | 6A | 2 | 0 | 34 | D | 3E | 41 | 41 |
| Octal | 333 | 337 | 152 | 2 | 0 | 64 | 15 | 76 | 101 | 101 |
| Binary | 11011011 | 11011111 | 1101010 | 10 | 0 | 110100 | 1101 | 111110 | 1000001 | 1000001 |
Color Harmonies of #DBDF6A
Complementary color
Monochromatic Colors of #DBDF6A
Black with #DBDF6A
Text Example
Text Example
White with #DBDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF6A; }
p { color: rgb(219,223,106); }
H1.HeaderClassName
{
color: #DBDF6A;
}
.AnyTagClassName
{
color: #DBDF6A;
}
</style>
background-color css
<style>
a { background-color: #DBDF6A; }
a { background-color: rgb(219,223,106); }
div.DivClassName
{
background-color: #DBDF6A;
}
.BgClassName
{
background-color: #DBDF6A;
}
</style>
border-color css
<style>
span { border-color: #DBDF6A; }
span { border-color: rgb(219,223,106); }
td.TdClassName
{
border-color: #DBDF6A;
}
.TagClassName
{
border-color: #DBDF6A;
}
</style>