Shades of Goldenrod #DFE06A
Tints of Goldenrod #DFE06A
RGB
CMYK
RGB Variations
Color information
#DFE06A (or 0xDFE06A) is known color: Goldenrod. HEX triplet: DF, E0 and 6A. RGB value is (223,224,106). Sum of RGB (Red+Green+Blue) = 223+224+106=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE06A is #201F95. Grayscale: #D2D2D2. Windows color (decimal): -2105238 or 7004383. OLE color: 7004383.
HSL color Cylindrical-coordinate representation of color #DFE06A: hue angle of 60.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFE06A is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 106 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.12 |
| HSL | 60.51º | 0.66% | 0.65% | - |
| HSV(B) | 60.51º | 0.53% | 0.88% | - |
| XYZ | 59.69 | 70.04 | 24.01 | - |
| YUV | 210.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 106 | 0.00 | 0 | 0.53 | 0.12 | 60.51 | 0.66 | 0.65 |
| Hex | DF | E0 | 6A | 0 | 0 | 35 | C | 3D | 42 | 41 |
| Octal | 337 | 340 | 152 | 0 | 0 | 65 | 14 | 75 | 102 | 101 |
| Binary | 11011111 | 11100000 | 1101010 | 0 | 0 | 110101 | 1100 | 111101 | 1000010 | 1000001 |
Color Harmonies of #DFE06A
Complementary color
Monochromatic Colors of #DFE06A
Black with #DFE06A
Text Example
Text Example
White with #DFE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE06A; }
p { color: rgb(223,224,106); }
H1.HeaderClassName
{
color: #DFE06A;
}
.AnyTagClassName
{
color: #DFE06A;
}
</style>
background-color css
<style>
a { background-color: #DFE06A; }
a { background-color: rgb(223,224,106); }
div.DivClassName
{
background-color: #DFE06A;
}
.BgClassName
{
background-color: #DFE06A;
}
</style>
border-color css
<style>
span { border-color: #DFE06A; }
span { border-color: rgb(223,224,106); }
td.TdClassName
{
border-color: #DFE06A;
}
.TagClassName
{
border-color: #DFE06A;
}
</style>