Shades of Goldenrod #DCE37A
Tints of Goldenrod #DCE37A
RGB
CMYK
RGB Variations
Color information
#DCE37A (or 0xDCE37A) is known color: Goldenrod. HEX triplet: DC, E3 and 7A. RGB value is (220,227,122). Sum of RGB (Red+Green+Blue) = 220+227+122=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE37A is #231C85. Grayscale: #D5D5D5. Windows color (decimal): -2301062 or 8053724. OLE color: 8053724.
HSL color Cylindrical-coordinate representation of color #DCE37A: hue angle of 64º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE37A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 64º | 0.65% | 0.68% | - |
| HSV(B) | 64º | 0.46% | 0.89% | - |
| XYZ | 60.5 | 71.56 | 29.04 | - |
| YUV | 212.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 122 | 0.03 | 0 | 0.46 | 0.11 | 64 | 0.65 | 0.68 |
| Hex | DC | E3 | 7A | 3 | 0 | 2E | B | 40 | 41 | 44 |
| Octal | 334 | 343 | 172 | 3 | 0 | 56 | 13 | 100 | 101 | 104 |
| Binary | 11011100 | 11100011 | 1111010 | 11 | 0 | 101110 | 1011 | 1000000 | 1000001 | 1000100 |
Color Harmonies of #DCE37A
Complementary color
Monochromatic Colors of #DCE37A
Black with #DCE37A
Text Example
Text Example
White with #DCE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE37A; }
p { color: rgb(220,227,122); }
H1.HeaderClassName
{
color: #DCE37A;
}
.AnyTagClassName
{
color: #DCE37A;
}
</style>
background-color css
<style>
a { background-color: #DCE37A; }
a { background-color: rgb(220,227,122); }
div.DivClassName
{
background-color: #DCE37A;
}
.BgClassName
{
background-color: #DCE37A;
}
</style>
border-color css
<style>
span { border-color: #DCE37A; }
span { border-color: rgb(220,227,122); }
td.TdClassName
{
border-color: #DCE37A;
}
.TagClassName
{
border-color: #DCE37A;
}
</style>