Shades of Goldenrod #DCE17D
Tints of Goldenrod #DCE17D
RGB
CMYK
RGB Variations
Color information
#DCE17D (or 0xDCE17D) is known color: Goldenrod. HEX triplet: DC, E1 and 7D. RGB value is (220,225,125). Sum of RGB (Red+Green+Blue) = 220+225+125=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17D is #231E82. Grayscale: #D4D4D4. Windows color (decimal): -2301571 or 8249820. OLE color: 8249820.
HSL color Cylindrical-coordinate representation of color #DCE17D: hue angle of 63º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE17D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 125 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.12 |
| HSL | 63º | 0.63% | 0.69% | - |
| HSV(B) | 63º | 0.44% | 0.88% | - |
| XYZ | 60.14 | 70.55 | 29.85 | - |
| YUV | 212.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 125 | 0.02 | 0 | 0.44 | 0.12 | 63 | 0.63 | 0.69 |
| Hex | DC | E1 | 7D | 2 | 0 | 2C | C | 3F | 3E | 45 |
| Octal | 334 | 341 | 175 | 2 | 0 | 54 | 14 | 77 | 76 | 105 |
| Binary | 11011100 | 11100001 | 1111101 | 10 | 0 | 101100 | 1100 | 111111 | 111110 | 1000101 |
Color Harmonies of #DCE17D
Complementary color
Monochromatic Colors of #DCE17D
Black with #DCE17D
Text Example
Text Example
White with #DCE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE17D; }
p { color: rgb(220,225,125); }
H1.HeaderClassName
{
color: #DCE17D;
}
.AnyTagClassName
{
color: #DCE17D;
}
</style>
background-color css
<style>
a { background-color: #DCE17D; }
a { background-color: rgb(220,225,125); }
div.DivClassName
{
background-color: #DCE17D;
}
.BgClassName
{
background-color: #DCE17D;
}
</style>
border-color css
<style>
span { border-color: #DCE17D; }
span { border-color: rgb(220,225,125); }
td.TdClassName
{
border-color: #DCE17D;
}
.TagClassName
{
border-color: #DCE17D;
}
</style>