Shades of Goldenrod #DCE270
Tints of Goldenrod #DCE270
RGB
CMYK
RGB Variations
Color information
#DCE270 (or 0xDCE270) is known color: Goldenrod. HEX triplet: DC, E2 and 70. RGB value is (220,226,112). Sum of RGB (Red+Green+Blue) = 220+226+112=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE270 is #231D8F. Grayscale: #D3D3D3. Windows color (decimal): -2301328 or 7398108. OLE color: 7398108.
HSL color Cylindrical-coordinate representation of color #DCE270: hue angle of 63.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE270 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 112 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.11 |
| HSL | 63.16º | 0.66% | 0.66% | - |
| HSV(B) | 63.16º | 0.5% | 0.89% | - |
| XYZ | 59.64 | 70.78 | 25.85 | - |
| YUV | 211.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 112 | 0.03 | 0 | 0.50 | 0.11 | 63.16 | 0.66 | 0.66 |
| Hex | DC | E2 | 70 | 3 | 0 | 32 | B | 3F | 42 | 42 |
| Octal | 334 | 342 | 160 | 3 | 0 | 62 | 13 | 77 | 102 | 102 |
| Binary | 11011100 | 11100010 | 1110000 | 11 | 0 | 110010 | 1011 | 111111 | 1000010 | 1000010 |
Color Harmonies of #DCE270
Complementary color
Monochromatic Colors of #DCE270
Black with #DCE270
Text Example
Text Example
White with #DCE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE270; }
p { color: rgb(220,226,112); }
H1.HeaderClassName
{
color: #DCE270;
}
.AnyTagClassName
{
color: #DCE270;
}
</style>
background-color css
<style>
a { background-color: #DCE270; }
a { background-color: rgb(220,226,112); }
div.DivClassName
{
background-color: #DCE270;
}
.BgClassName
{
background-color: #DCE270;
}
</style>
border-color css
<style>
span { border-color: #DCE270; }
span { border-color: rgb(220,226,112); }
td.TdClassName
{
border-color: #DCE270;
}
.TagClassName
{
border-color: #DCE270;
}
</style>