Shades of Goldenrod #DCE164
Tints of Goldenrod #DCE164
RGB
CMYK
RGB Variations
Color information
#DCE164 (or 0xDCE164) is known color: Goldenrod. HEX triplet: DC, E1 and 64. RGB value is (220,225,100). Sum of RGB (Red+Green+Blue) = 220+225+100=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE164 is #231E9B. Grayscale: #D1D1D1. Windows color (decimal): -2301596 or 6611420. OLE color: 6611420.
HSL color Cylindrical-coordinate representation of color #DCE164: hue angle of 62.4º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE164 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 100 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.12 |
| HSL | 62.4º | 0.68% | 0.64% | - |
| HSV(B) | 62.4º | 0.56% | 0.88% | - |
| XYZ | 58.74 | 69.99 | 22.47 | - |
| YUV | 209.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 100 | 0.02 | 0 | 0.56 | 0.12 | 62.4 | 0.68 | 0.64 |
| Hex | DC | E1 | 64 | 2 | 0 | 38 | C | 3E | 44 | 40 |
| Octal | 334 | 341 | 144 | 2 | 0 | 70 | 14 | 76 | 104 | 100 |
| Binary | 11011100 | 11100001 | 1100100 | 10 | 0 | 111000 | 1100 | 111110 | 1000100 | 1000000 |
Color Harmonies of #DCE164
Complementary color
Monochromatic Colors of #DCE164
Black with #DCE164
Text Example
Text Example
White with #DCE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE164; }
p { color: rgb(220,225,100); }
H1.HeaderClassName
{
color: #DCE164;
}
.AnyTagClassName
{
color: #DCE164;
}
</style>
background-color css
<style>
a { background-color: #DCE164; }
a { background-color: rgb(220,225,100); }
div.DivClassName
{
background-color: #DCE164;
}
.BgClassName
{
background-color: #DCE164;
}
</style>
border-color css
<style>
span { border-color: #DCE164; }
span { border-color: rgb(220,225,100); }
td.TdClassName
{
border-color: #DCE164;
}
.TagClassName
{
border-color: #DCE164;
}
</style>