Shades of Goldenrod #DCE375
Tints of Goldenrod #DCE375
RGB
CMYK
RGB Variations
Color information
#DCE375 (or 0xDCE375) is known color: Goldenrod. HEX triplet: DC, E3 and 75. RGB value is (220,227,117). Sum of RGB (Red+Green+Blue) = 220+227+117=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE375 is #231C8A. Grayscale: #D4D4D4. Windows color (decimal): -2301067 or 7726044. OLE color: 7726044.
HSL color Cylindrical-coordinate representation of color #DCE375: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE375 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 117 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.11 |
| HSL | 63.82º | 0.66% | 0.67% | - |
| HSV(B) | 63.82º | 0.48% | 0.89% | - |
| XYZ | 60.2 | 71.44 | 27.45 | - |
| YUV | 212.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 117 | 0.03 | 0 | 0.48 | 0.11 | 63.82 | 0.66 | 0.67 |
| Hex | DC | E3 | 75 | 3 | 0 | 30 | B | 40 | 42 | 43 |
| Octal | 334 | 343 | 165 | 3 | 0 | 60 | 13 | 100 | 102 | 103 |
| Binary | 11011100 | 11100011 | 1110101 | 11 | 0 | 110000 | 1011 | 1000000 | 1000010 | 1000011 |
Color Harmonies of #DCE375
Complementary color
Monochromatic Colors of #DCE375
Black with #DCE375
Text Example
Text Example
White with #DCE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE375; }
p { color: rgb(220,227,117); }
H1.HeaderClassName
{
color: #DCE375;
}
.AnyTagClassName
{
color: #DCE375;
}
</style>
background-color css
<style>
a { background-color: #DCE375; }
a { background-color: rgb(220,227,117); }
div.DivClassName
{
background-color: #DCE375;
}
.BgClassName
{
background-color: #DCE375;
}
</style>
border-color css
<style>
span { border-color: #DCE375; }
span { border-color: rgb(220,227,117); }
td.TdClassName
{
border-color: #DCE375;
}
.TagClassName
{
border-color: #DCE375;
}
</style>