Shades of Goldenrod #DCE173
Tints of Goldenrod #DCE173
RGB
CMYK
RGB Variations
Color information
#DCE173 (or 0xDCE173) is known color: Goldenrod. HEX triplet: DC, E1 and 73. RGB value is (220,225,115). Sum of RGB (Red+Green+Blue) = 220+225+115=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE173 is #231E8C. Grayscale: #D3D3D3. Windows color (decimal): -2301581 or 7594460. OLE color: 7594460.
HSL color Cylindrical-coordinate representation of color #DCE173: hue angle of 62.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE173 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 115 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.12 |
| HSL | 62.73º | 0.65% | 0.67% | - |
| HSV(B) | 62.73º | 0.49% | 0.88% | - |
| XYZ | 59.53 | 70.3 | 26.65 | - |
| YUV | 210.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 115 | 0.02 | 0 | 0.49 | 0.12 | 62.73 | 0.65 | 0.67 |
| Hex | DC | E1 | 73 | 2 | 0 | 31 | C | 3F | 41 | 43 |
| Octal | 334 | 341 | 163 | 2 | 0 | 61 | 14 | 77 | 101 | 103 |
| Binary | 11011100 | 11100001 | 1110011 | 10 | 0 | 110001 | 1100 | 111111 | 1000001 | 1000011 |
Color Harmonies of #DCE173
Complementary color
Monochromatic Colors of #DCE173
Black with #DCE173
Text Example
Text Example
White with #DCE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE173; }
p { color: rgb(220,225,115); }
H1.HeaderClassName
{
color: #DCE173;
}
.AnyTagClassName
{
color: #DCE173;
}
</style>
background-color css
<style>
a { background-color: #DCE173; }
a { background-color: rgb(220,225,115); }
div.DivClassName
{
background-color: #DCE173;
}
.BgClassName
{
background-color: #DCE173;
}
</style>
border-color css
<style>
span { border-color: #DCE173; }
span { border-color: rgb(220,225,115); }
td.TdClassName
{
border-color: #DCE173;
}
.TagClassName
{
border-color: #DCE173;
}
</style>