Shades of Reef #DCE99F
Tints of Reef #DCE99F
RGB
CMYK
RGB Variations
Color information
#DCE99F (or 0xDCE99F) is known color: Reef. HEX triplet: DC, E9 and 9F. RGB value is (220,233,159). Sum of RGB (Red+Green+Blue) = 220+233+159=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE99F is #231660. Grayscale: #DCDCDC. Windows color (decimal): -2299489 or 10480092. OLE color: 10480092.
HSL color Cylindrical-coordinate representation of color #DCE99F: hue angle of 70.54º 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 #DCE99F is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 159 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.09 |
| HSL | 70.54º | 0.63% | 0.77% | - |
| HSV(B) | 70.54º | 0.32% | 0.91% | - |
| XYZ | 64.91 | 76 | 44.05 | - |
| YUV | 220.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 159 | 0.06 | 0 | 0.32 | 0.09 | 70.54 | 0.63 | 0.77 |
| Hex | DC | E9 | 9F | 6 | 0 | 20 | 9 | 47 | 3F | 4D |
| Octal | 334 | 351 | 237 | 6 | 0 | 40 | 11 | 107 | 77 | 115 |
| Binary | 11011100 | 11101001 | 10011111 | 110 | 0 | 100000 | 1001 | 1000111 | 111111 | 1001101 |
Color Harmonies of #DCE99F
Complementary color
Monochromatic Colors of #DCE99F
Black with #DCE99F
Text Example
Text Example
White with #DCE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE99F; }
p { color: rgb(220,233,159); }
H1.HeaderClassName
{
color: #DCE99F;
}
.AnyTagClassName
{
color: #DCE99F;
}
</style>
background-color css
<style>
a { background-color: #DCE99F; }
a { background-color: rgb(220,233,159); }
div.DivClassName
{
background-color: #DCE99F;
}
.BgClassName
{
background-color: #DCE99F;
}
</style>
border-color css
<style>
span { border-color: #DCE99F; }
span { border-color: rgb(220,233,159); }
td.TdClassName
{
border-color: #DCE99F;
}
.TagClassName
{
border-color: #DCE99F;
}
</style>