Shades of Goldenrod #DCE064
Tints of Goldenrod #DCE064
RGB
CMYK
RGB Variations
Color information
#DCE064 (or 0xDCE064) is known color: Goldenrod. HEX triplet: DC, E0 and 64. RGB value is (220,224,100). Sum of RGB (Red+Green+Blue) = 220+224+100=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE064 is #231F9B. Grayscale: #D1D1D1. Windows color (decimal): -2301852 or 6611164. OLE color: 6611164.
HSL color Cylindrical-coordinate representation of color #DCE064: hue angle of 61.94º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE064 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 100 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.12 |
| HSL | 61.94º | 0.67% | 0.64% | - |
| HSV(B) | 61.94º | 0.55% | 0.88% | - |
| XYZ | 58.47 | 69.45 | 22.38 | - |
| YUV | 208.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 100 | 0.02 | 0 | 0.55 | 0.12 | 61.94 | 0.67 | 0.64 |
| Hex | DC | E0 | 64 | 2 | 0 | 37 | C | 3E | 43 | 40 |
| Octal | 334 | 340 | 144 | 2 | 0 | 67 | 14 | 76 | 103 | 100 |
| Binary | 11011100 | 11100000 | 1100100 | 10 | 0 | 110111 | 1100 | 111110 | 1000011 | 1000000 |
Color Harmonies of #DCE064
Complementary color
Monochromatic Colors of #DCE064
Black with #DCE064
Text Example
Text Example
White with #DCE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE064; }
p { color: rgb(220,224,100); }
H1.HeaderClassName
{
color: #DCE064;
}
.AnyTagClassName
{
color: #DCE064;
}
</style>
background-color css
<style>
a { background-color: #DCE064; }
a { background-color: rgb(220,224,100); }
div.DivClassName
{
background-color: #DCE064;
}
.BgClassName
{
background-color: #DCE064;
}
</style>
border-color css
<style>
span { border-color: #DCE064; }
span { border-color: rgb(220,224,100); }
td.TdClassName
{
border-color: #DCE064;
}
.TagClassName
{
border-color: #DCE064;
}
</style>