Shades of Goldenrod #DCDE70
Tints of Goldenrod #DCDE70
RGB
CMYK
RGB Variations
Color information
#DCDE70 (or 0xDCDE70) is known color: Goldenrod. HEX triplet: DC, DE and 70. RGB value is (220,222,112). Sum of RGB (Red+Green+Blue) = 220+222+112=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE70 is #23218F. Grayscale: #D1D1D1. Windows color (decimal): -2302352 or 7397084. OLE color: 7397084.
HSL color Cylindrical-coordinate representation of color #DCDE70: hue angle of 61.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDE70 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 112 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.13 |
| HSL | 61.09º | 0.63% | 0.65% | - |
| HSV(B) | 61.09º | 0.5% | 0.87% | - |
| XYZ | 58.56 | 68.63 | 25.49 | - |
| YUV | 208.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 112 | 0.01 | 0 | 0.50 | 0.13 | 61.09 | 0.63 | 0.65 |
| Hex | DC | DE | 70 | 1 | 0 | 32 | D | 3D | 3E | 41 |
| Octal | 334 | 336 | 160 | 1 | 0 | 62 | 15 | 75 | 76 | 101 |
| Binary | 11011100 | 11011110 | 1110000 | 1 | 0 | 110010 | 1101 | 111101 | 111110 | 1000001 |
Color Harmonies of #DCDE70
Complementary color
Monochromatic Colors of #DCDE70
Black with #DCDE70
Text Example
Text Example
White with #DCDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE70; }
p { color: rgb(220,222,112); }
H1.HeaderClassName
{
color: #DCDE70;
}
.AnyTagClassName
{
color: #DCDE70;
}
</style>
background-color css
<style>
a { background-color: #DCDE70; }
a { background-color: rgb(220,222,112); }
div.DivClassName
{
background-color: #DCDE70;
}
.BgClassName
{
background-color: #DCDE70;
}
</style>
border-color css
<style>
span { border-color: #DCDE70; }
span { border-color: rgb(220,222,112); }
td.TdClassName
{
border-color: #DCDE70;
}
.TagClassName
{
border-color: #DCDE70;
}
</style>