Shades of Goldenrod #DCE181
Tints of Goldenrod #DCE181
RGB
CMYK
RGB Variations
Color information
#DCE181 (or 0xDCE181) is known color: Goldenrod. HEX triplet: DC, E1 and 81. RGB value is (220,225,129). Sum of RGB (Red+Green+Blue) = 220+225+129=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE181 is #231E7E. Grayscale: #D4D4D4. Windows color (decimal): -2301567 or 8511964. OLE color: 8511964.
HSL color Cylindrical-coordinate representation of color #DCE181: hue angle of 63.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE181 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 129 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.12 |
| HSL | 63.13º | 0.62% | 0.69% | - |
| HSV(B) | 63.13º | 0.43% | 0.88% | - |
| XYZ | 60.4 | 70.65 | 31.22 | - |
| YUV | 212.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 129 | 0.02 | 0 | 0.43 | 0.12 | 63.13 | 0.62 | 0.69 |
| Hex | DC | E1 | 81 | 2 | 0 | 2B | C | 3F | 3E | 45 |
| Octal | 334 | 341 | 201 | 2 | 0 | 53 | 14 | 77 | 76 | 105 |
| Binary | 11011100 | 11100001 | 10000001 | 10 | 0 | 101011 | 1100 | 111111 | 111110 | 1000101 |
Color Harmonies of #DCE181
Complementary color
Monochromatic Colors of #DCE181
Black with #DCE181
Text Example
Text Example
White with #DCE181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE181; }
p { color: rgb(220,225,129); }
H1.HeaderClassName
{
color: #DCE181;
}
.AnyTagClassName
{
color: #DCE181;
}
</style>
background-color css
<style>
a { background-color: #DCE181; }
a { background-color: rgb(220,225,129); }
div.DivClassName
{
background-color: #DCE181;
}
.BgClassName
{
background-color: #DCE181;
}
</style>
border-color css
<style>
span { border-color: #DCE181; }
span { border-color: rgb(220,225,129); }
td.TdClassName
{
border-color: #DCE181;
}
.TagClassName
{
border-color: #DCE181;
}
</style>