Shades of Goldenrod #DCE17B
Tints of Goldenrod #DCE17B
RGB
CMYK
RGB Variations
Color information
#DCE17B (or 0xDCE17B) is known color: Goldenrod. HEX triplet: DC, E1 and 7B. RGB value is (220,225,123). Sum of RGB (Red+Green+Blue) = 220+225+123=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE17B is #231E84. Grayscale: #D4D4D4. Windows color (decimal): -2301573 or 8118748. OLE color: 8118748.
HSL color Cylindrical-coordinate representation of color #DCE17B: hue angle of 62.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE17B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 123 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.12 |
| HSL | 62.94º | 0.63% | 0.68% | - |
| HSV(B) | 62.94º | 0.45% | 0.88% | - |
| XYZ | 60.02 | 70.5 | 29.18 | - |
| YUV | 211.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 123 | 0.02 | 0 | 0.45 | 0.12 | 62.94 | 0.63 | 0.68 |
| Hex | DC | E1 | 7B | 2 | 0 | 2D | C | 3F | 3F | 44 |
| Octal | 334 | 341 | 173 | 2 | 0 | 55 | 14 | 77 | 77 | 104 |
| Binary | 11011100 | 11100001 | 1111011 | 10 | 0 | 101101 | 1100 | 111111 | 111111 | 1000100 |
Color Harmonies of #DCE17B
Complementary color
Monochromatic Colors of #DCE17B
Black with #DCE17B
Text Example
Text Example
White with #DCE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE17B; }
p { color: rgb(220,225,123); }
H1.HeaderClassName
{
color: #DCE17B;
}
.AnyTagClassName
{
color: #DCE17B;
}
</style>
background-color css
<style>
a { background-color: #DCE17B; }
a { background-color: rgb(220,225,123); }
div.DivClassName
{
background-color: #DCE17B;
}
.BgClassName
{
background-color: #DCE17B;
}
</style>
border-color css
<style>
span { border-color: #DCE17B; }
span { border-color: rgb(220,225,123); }
td.TdClassName
{
border-color: #DCE17B;
}
.TagClassName
{
border-color: #DCE17B;
}
</style>