Shades of Reef #DCE99E
Tints of Reef #DCE99E
RGB
CMYK
RGB Variations
Color information
#DCE99E (or 0xDCE99E) is known color: Reef. HEX triplet: DC, E9 and 9E. RGB value is (220,233,158). Sum of RGB (Red+Green+Blue) = 220+233+158=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE99E is #231661. Grayscale: #DCDCDC. Windows color (decimal): -2299490 or 10414556. OLE color: 10414556.
HSL color Cylindrical-coordinate representation of color #DCE99E: hue angle of 70.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE99E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 158 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.09 |
| HSL | 70.4º | 0.63% | 0.77% | - |
| HSV(B) | 70.4º | 0.32% | 0.91% | - |
| XYZ | 64.83 | 75.96 | 43.59 | - |
| YUV | 220.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 158 | 0.06 | 0 | 0.32 | 0.09 | 70.4 | 0.63 | 0.77 |
| Hex | DC | E9 | 9E | 6 | 0 | 20 | 9 | 46 | 3F | 4D |
| Octal | 334 | 351 | 236 | 6 | 0 | 40 | 11 | 106 | 77 | 115 |
| Binary | 11011100 | 11101001 | 10011110 | 110 | 0 | 100000 | 1001 | 1000110 | 111111 | 1001101 |
Color Harmonies of #DCE99E
Complementary color
Monochromatic Colors of #DCE99E
Black with #DCE99E
Text Example
Text Example
White with #DCE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE99E; }
p { color: rgb(220,233,158); }
H1.HeaderClassName
{
color: #DCE99E;
}
.AnyTagClassName
{
color: #DCE99E;
}
</style>
background-color css
<style>
a { background-color: #DCE99E; }
a { background-color: rgb(220,233,158); }
div.DivClassName
{
background-color: #DCE99E;
}
.BgClassName
{
background-color: #DCE99E;
}
</style>
border-color css
<style>
span { border-color: #DCE99E; }
span { border-color: rgb(220,233,158); }
td.TdClassName
{
border-color: #DCE99E;
}
.TagClassName
{
border-color: #DCE99E;
}
</style>