Shades of Goldenrod #DCE171
Tints of Goldenrod #DCE171
RGB
CMYK
RGB Variations
Color information
#DCE171 (or 0xDCE171) is known color: Goldenrod. HEX triplet: DC, E1 and 71. RGB value is (220,225,113). Sum of RGB (Red+Green+Blue) = 220+225+113=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE171 is #231E8E. Grayscale: #D3D3D3. Windows color (decimal): -2301583 or 7463388. OLE color: 7463388.
HSL color Cylindrical-coordinate representation of color #DCE171: hue angle of 62.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE171 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 113 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.12 |
| HSL | 62.68º | 0.65% | 0.66% | - |
| HSV(B) | 62.68º | 0.5% | 0.88% | - |
| XYZ | 59.42 | 70.26 | 26.05 | - |
| YUV | 210.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 113 | 0.02 | 0 | 0.50 | 0.12 | 62.68 | 0.65 | 0.66 |
| Hex | DC | E1 | 71 | 2 | 0 | 32 | C | 3F | 41 | 42 |
| Octal | 334 | 341 | 161 | 2 | 0 | 62 | 14 | 77 | 101 | 102 |
| Binary | 11011100 | 11100001 | 1110001 | 10 | 0 | 110010 | 1100 | 111111 | 1000001 | 1000010 |
Color Harmonies of #DCE171
Complementary color
Monochromatic Colors of #DCE171
Black with #DCE171
Text Example
Text Example
White with #DCE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE171; }
p { color: rgb(220,225,113); }
H1.HeaderClassName
{
color: #DCE171;
}
.AnyTagClassName
{
color: #DCE171;
}
</style>
background-color css
<style>
a { background-color: #DCE171; }
a { background-color: rgb(220,225,113); }
div.DivClassName
{
background-color: #DCE171;
}
.BgClassName
{
background-color: #DCE171;
}
</style>
border-color css
<style>
span { border-color: #DCE171; }
span { border-color: rgb(220,225,113); }
td.TdClassName
{
border-color: #DCE171;
}
.TagClassName
{
border-color: #DCE171;
}
</style>