Shades of Goldenrod #DCE37D
Tints of Goldenrod #DCE37D
RGB
CMYK
RGB Variations
Color information
#DCE37D (or 0xDCE37D) is known color: Goldenrod. HEX triplet: DC, E3 and 7D. RGB value is (220,227,125). Sum of RGB (Red+Green+Blue) = 220+227+125=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE37D is #231C82. Grayscale: #D5D5D5. Windows color (decimal): -2301059 or 8250332. OLE color: 8250332.
HSL color Cylindrical-coordinate representation of color #DCE37D: hue angle of 64.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE37D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 125 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.11 |
| HSL | 64.12º | 0.65% | 0.69% | - |
| HSV(B) | 64.12º | 0.45% | 0.89% | - |
| XYZ | 60.69 | 71.63 | 30.03 | - |
| YUV | 213.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 125 | 0.03 | 0 | 0.45 | 0.11 | 64.12 | 0.65 | 0.69 |
| Hex | DC | E3 | 7D | 3 | 0 | 2D | B | 40 | 41 | 45 |
| Octal | 334 | 343 | 175 | 3 | 0 | 55 | 13 | 100 | 101 | 105 |
| Binary | 11011100 | 11100011 | 1111101 | 11 | 0 | 101101 | 1011 | 1000000 | 1000001 | 1000101 |
Color Harmonies of #DCE37D
Complementary color
Monochromatic Colors of #DCE37D
Black with #DCE37D
Text Example
Text Example
White with #DCE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE37D; }
p { color: rgb(220,227,125); }
H1.HeaderClassName
{
color: #DCE37D;
}
.AnyTagClassName
{
color: #DCE37D;
}
</style>
background-color css
<style>
a { background-color: #DCE37D; }
a { background-color: rgb(220,227,125); }
div.DivClassName
{
background-color: #DCE37D;
}
.BgClassName
{
background-color: #DCE37D;
}
</style>
border-color css
<style>
span { border-color: #DCE37D; }
span { border-color: rgb(220,227,125); }
td.TdClassName
{
border-color: #DCE37D;
}
.TagClassName
{
border-color: #DCE37D;
}
</style>