Shades of Goldenrod #DCE165
Tints of Goldenrod #DCE165
RGB
CMYK
RGB Variations
Color information
#DCE165 (or 0xDCE165) is known color: Goldenrod. HEX triplet: DC, E1 and 65. RGB value is (220,225,101). Sum of RGB (Red+Green+Blue) = 220+225+101=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE165 is #231E9A. Grayscale: #D1D1D1. Windows color (decimal): -2301595 or 6676956. OLE color: 6676956.
HSL color Cylindrical-coordinate representation of color #DCE165: hue angle of 62.42º 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 #DCE165 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 101 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.12 |
| HSL | 62.42º | 0.67% | 0.64% | - |
| HSV(B) | 62.42º | 0.55% | 0.88% | - |
| XYZ | 58.79 | 70.01 | 22.73 | - |
| YUV | 209.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 101 | 0.02 | 0 | 0.55 | 0.12 | 62.42 | 0.67 | 0.64 |
| Hex | DC | E1 | 65 | 2 | 0 | 37 | C | 3E | 43 | 40 |
| Octal | 334 | 341 | 145 | 2 | 0 | 67 | 14 | 76 | 103 | 100 |
| Binary | 11011100 | 11100001 | 1100101 | 10 | 0 | 110111 | 1100 | 111110 | 1000011 | 1000000 |
Color Harmonies of #DCE165
Complementary color
Monochromatic Colors of #DCE165
Black with #DCE165
Text Example
Text Example
White with #DCE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE165; }
p { color: rgb(220,225,101); }
H1.HeaderClassName
{
color: #DCE165;
}
.AnyTagClassName
{
color: #DCE165;
}
</style>
background-color css
<style>
a { background-color: #DCE165; }
a { background-color: rgb(220,225,101); }
div.DivClassName
{
background-color: #DCE165;
}
.BgClassName
{
background-color: #DCE165;
}
</style>
border-color css
<style>
span { border-color: #DCE165; }
span { border-color: rgb(220,225,101); }
td.TdClassName
{
border-color: #DCE165;
}
.TagClassName
{
border-color: #DCE165;
}
</style>