Shades of Goldenrod #DCE376
Tints of Goldenrod #DCE376
RGB
CMYK
RGB Variations
Color information
#DCE376 (or 0xDCE376) is known color: Goldenrod. HEX triplet: DC, E3 and 76. RGB value is (220,227,118). Sum of RGB (Red+Green+Blue) = 220+227+118=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE376 is #231C89. Grayscale: #D4D4D4. Windows color (decimal): -2301066 or 7791580. OLE color: 7791580.
HSL color Cylindrical-coordinate representation of color #DCE376: hue angle of 63.85º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE376 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 118 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.11 |
| HSL | 63.85º | 0.66% | 0.68% | - |
| HSV(B) | 63.85º | 0.48% | 0.89% | - |
| XYZ | 60.25 | 71.46 | 27.76 | - |
| YUV | 212.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 118 | 0.03 | 0 | 0.48 | 0.11 | 63.85 | 0.66 | 0.68 |
| Hex | DC | E3 | 76 | 3 | 0 | 30 | B | 40 | 42 | 44 |
| Octal | 334 | 343 | 166 | 3 | 0 | 60 | 13 | 100 | 102 | 104 |
| Binary | 11011100 | 11100011 | 1110110 | 11 | 0 | 110000 | 1011 | 1000000 | 1000010 | 1000100 |
Color Harmonies of #DCE376
Complementary color
Monochromatic Colors of #DCE376
Black with #DCE376
Text Example
Text Example
White with #DCE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE376; }
p { color: rgb(220,227,118); }
H1.HeaderClassName
{
color: #DCE376;
}
.AnyTagClassName
{
color: #DCE376;
}
</style>
background-color css
<style>
a { background-color: #DCE376; }
a { background-color: rgb(220,227,118); }
div.DivClassName
{
background-color: #DCE376;
}
.BgClassName
{
background-color: #DCE376;
}
</style>
border-color css
<style>
span { border-color: #DCE376; }
span { border-color: rgb(220,227,118); }
td.TdClassName
{
border-color: #DCE376;
}
.TagClassName
{
border-color: #DCE376;
}
</style>