Shades of Goldenrod #DCE264
Tints of Goldenrod #DCE264
RGB
CMYK
RGB Variations
Color information
#DCE264 (or 0xDCE264) is known color: Goldenrod. HEX triplet: DC, E2 and 64. RGB value is (220,226,100). Sum of RGB (Red+Green+Blue) = 220+226+100=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE264 is #231D9B. Grayscale: #D2D2D2. Windows color (decimal): -2301340 or 6611676. OLE color: 6611676.
HSL color Cylindrical-coordinate representation of color #DCE264: hue angle of 62.86º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE264 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 100 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.11 |
| HSL | 62.86º | 0.68% | 0.64% | - |
| HSV(B) | 62.86º | 0.56% | 0.89% | - |
| XYZ | 59.01 | 70.53 | 22.56 | - |
| YUV | 209.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 100 | 0.03 | 0 | 0.56 | 0.11 | 62.86 | 0.68 | 0.64 |
| Hex | DC | E2 | 64 | 3 | 0 | 38 | B | 3F | 44 | 40 |
| Octal | 334 | 342 | 144 | 3 | 0 | 70 | 13 | 77 | 104 | 100 |
| Binary | 11011100 | 11100010 | 1100100 | 11 | 0 | 111000 | 1011 | 111111 | 1000100 | 1000000 |
Color Harmonies of #DCE264
Complementary color
Monochromatic Colors of #DCE264
Black with #DCE264
Text Example
Text Example
White with #DCE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE264; }
p { color: rgb(220,226,100); }
H1.HeaderClassName
{
color: #DCE264;
}
.AnyTagClassName
{
color: #DCE264;
}
</style>
background-color css
<style>
a { background-color: #DCE264; }
a { background-color: rgb(220,226,100); }
div.DivClassName
{
background-color: #DCE264;
}
.BgClassName
{
background-color: #DCE264;
}
</style>
border-color css
<style>
span { border-color: #DCE264; }
span { border-color: rgb(220,226,100); }
td.TdClassName
{
border-color: #DCE264;
}
.TagClassName
{
border-color: #DCE264;
}
</style>