Shades of Goldenrod #DCE170
Tints of Goldenrod #DCE170
RGB
CMYK
RGB Variations
Color information
#DCE170 (or 0xDCE170) is known color: Goldenrod. HEX triplet: DC, E1 and 70. RGB value is (220,225,112). Sum of RGB (Red+Green+Blue) = 220+225+112=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE170 is #231E8F. Grayscale: #D3D3D3. Windows color (decimal): -2301584 or 7397852. OLE color: 7397852.
HSL color Cylindrical-coordinate representation of color #DCE170: hue angle of 62.65º 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 #DCE170 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 112 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.12 |
| HSL | 62.65º | 0.65% | 0.66% | - |
| HSV(B) | 62.65º | 0.5% | 0.88% | - |
| XYZ | 59.37 | 70.24 | 25.76 | - |
| YUV | 210.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 112 | 0.02 | 0 | 0.50 | 0.12 | 62.65 | 0.65 | 0.66 |
| Hex | DC | E1 | 70 | 2 | 0 | 32 | C | 3F | 41 | 42 |
| Octal | 334 | 341 | 160 | 2 | 0 | 62 | 14 | 77 | 101 | 102 |
| Binary | 11011100 | 11100001 | 1110000 | 10 | 0 | 110010 | 1100 | 111111 | 1000001 | 1000010 |
Color Harmonies of #DCE170
Complementary color
Monochromatic Colors of #DCE170
Black with #DCE170
Text Example
Text Example
White with #DCE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE170; }
p { color: rgb(220,225,112); }
H1.HeaderClassName
{
color: #DCE170;
}
.AnyTagClassName
{
color: #DCE170;
}
</style>
background-color css
<style>
a { background-color: #DCE170; }
a { background-color: rgb(220,225,112); }
div.DivClassName
{
background-color: #DCE170;
}
.BgClassName
{
background-color: #DCE170;
}
</style>
border-color css
<style>
span { border-color: #DCE170; }
span { border-color: rgb(220,225,112); }
td.TdClassName
{
border-color: #DCE170;
}
.TagClassName
{
border-color: #DCE170;
}
</style>