Shades of Goldenrod #DCE06F
Tints of Goldenrod #DCE06F
RGB
CMYK
RGB Variations
Color information
#DCE06F (or 0xDCE06F) is known color: Goldenrod. HEX triplet: DC, E0 and 6F. RGB value is (220,224,111). Sum of RGB (Red+Green+Blue) = 220+224+111=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE06F is #231F90. Grayscale: #D2D2D2. Windows color (decimal): -2301841 or 7332060. OLE color: 7332060.
HSL color Cylindrical-coordinate representation of color #DCE06F: hue angle of 62.12º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE06F is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 111 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.12 |
| HSL | 62.12º | 0.65% | 0.66% | - |
| HSV(B) | 62.12º | 0.5% | 0.88% | - |
| XYZ | 59.04 | 69.67 | 25.38 | - |
| YUV | 209.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 111 | 0.02 | 0 | 0.50 | 0.12 | 62.12 | 0.65 | 0.66 |
| Hex | DC | E0 | 6F | 2 | 0 | 32 | C | 3E | 41 | 42 |
| Octal | 334 | 340 | 157 | 2 | 0 | 62 | 14 | 76 | 101 | 102 |
| Binary | 11011100 | 11100000 | 1101111 | 10 | 0 | 110010 | 1100 | 111110 | 1000001 | 1000010 |
Color Harmonies of #DCE06F
Complementary color
Monochromatic Colors of #DCE06F
Black with #DCE06F
Text Example
Text Example
White with #DCE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE06F; }
p { color: rgb(220,224,111); }
H1.HeaderClassName
{
color: #DCE06F;
}
.AnyTagClassName
{
color: #DCE06F;
}
</style>
background-color css
<style>
a { background-color: #DCE06F; }
a { background-color: rgb(220,224,111); }
div.DivClassName
{
background-color: #DCE06F;
}
.BgClassName
{
background-color: #DCE06F;
}
</style>
border-color css
<style>
span { border-color: #DCE06F; }
span { border-color: rgb(220,224,111); }
td.TdClassName
{
border-color: #DCE06F;
}
.TagClassName
{
border-color: #DCE06F;
}
</style>