Shades of Goldenrod #DCE27A
Tints of Goldenrod #DCE27A
RGB
CMYK
RGB Variations
Color information
#DCE27A (or 0xDCE27A) is known color: Goldenrod. HEX triplet: DC, E2 and 7A. RGB value is (220,226,122). Sum of RGB (Red+Green+Blue) = 220+226+122=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE27A is #231D85. Grayscale: #D4D4D4. Windows color (decimal): -2301318 or 8053468. OLE color: 8053468.
HSL color Cylindrical-coordinate representation of color #DCE27A: hue angle of 63.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE27A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 63.46º | 0.64% | 0.68% | - |
| HSV(B) | 63.46º | 0.46% | 0.89% | - |
| XYZ | 60.22 | 71.01 | 28.95 | - |
| YUV | 212.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 122 | 0.03 | 0 | 0.46 | 0.11 | 63.46 | 0.64 | 0.68 |
| Hex | DC | E2 | 7A | 3 | 0 | 2E | B | 3F | 40 | 44 |
| Octal | 334 | 342 | 172 | 3 | 0 | 56 | 13 | 77 | 100 | 104 |
| Binary | 11011100 | 11100010 | 1111010 | 11 | 0 | 101110 | 1011 | 111111 | 1000000 | 1000100 |
Color Harmonies of #DCE27A
Complementary color
Monochromatic Colors of #DCE27A
Black with #DCE27A
Text Example
Text Example
White with #DCE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE27A; }
p { color: rgb(220,226,122); }
H1.HeaderClassName
{
color: #DCE27A;
}
.AnyTagClassName
{
color: #DCE27A;
}
</style>
background-color css
<style>
a { background-color: #DCE27A; }
a { background-color: rgb(220,226,122); }
div.DivClassName
{
background-color: #DCE27A;
}
.BgClassName
{
background-color: #DCE27A;
}
</style>
border-color css
<style>
span { border-color: #DCE27A; }
span { border-color: rgb(220,226,122); }
td.TdClassName
{
border-color: #DCE27A;
}
.TagClassName
{
border-color: #DCE27A;
}
</style>