Shades of Goldenrod #DCE27D
Tints of Goldenrod #DCE27D
RGB
CMYK
RGB Variations
Color information
#DCE27D (or 0xDCE27D) is known color: Goldenrod. HEX triplet: DC, E2 and 7D. RGB value is (220,226,125). Sum of RGB (Red+Green+Blue) = 220+226+125=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE27D is #231D82. Grayscale: #D5D5D5. Windows color (decimal): -2301315 or 8250076. OLE color: 8250076.
HSL color Cylindrical-coordinate representation of color #DCE27D: hue angle of 63.56º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE27D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 125 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.11 |
| HSL | 63.56º | 0.64% | 0.69% | - |
| HSV(B) | 63.56º | 0.45% | 0.89% | - |
| XYZ | 60.41 | 71.09 | 29.94 | - |
| YUV | 212.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 125 | 0.03 | 0 | 0.45 | 0.11 | 63.56 | 0.64 | 0.69 |
| Hex | DC | E2 | 7D | 3 | 0 | 2D | B | 40 | 40 | 45 |
| Octal | 334 | 342 | 175 | 3 | 0 | 55 | 13 | 100 | 100 | 105 |
| Binary | 11011100 | 11100010 | 1111101 | 11 | 0 | 101101 | 1011 | 1000000 | 1000000 | 1000101 |
Color Harmonies of #DCE27D
Complementary color
Monochromatic Colors of #DCE27D
Black with #DCE27D
Text Example
Text Example
White with #DCE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE27D; }
p { color: rgb(220,226,125); }
H1.HeaderClassName
{
color: #DCE27D;
}
.AnyTagClassName
{
color: #DCE27D;
}
</style>
background-color css
<style>
a { background-color: #DCE27D; }
a { background-color: rgb(220,226,125); }
div.DivClassName
{
background-color: #DCE27D;
}
.BgClassName
{
background-color: #DCE27D;
}
</style>
border-color css
<style>
span { border-color: #DCE27D; }
span { border-color: rgb(220,226,125); }
td.TdClassName
{
border-color: #DCE27D;
}
.TagClassName
{
border-color: #DCE27D;
}
</style>