Shades of Reef #DCE999
Tints of Reef #DCE999
RGB
CMYK
RGB Variations
Color information
#DCE999 (or 0xDCE999) is known color: Reef. HEX triplet: DC, E9 and 99. RGB value is (220,233,153). Sum of RGB (Red+Green+Blue) = 220+233+153=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE999 is #231666. Grayscale: #DCDCDC. Windows color (decimal): -2299495 or 10086876. OLE color: 10086876.
HSL color Cylindrical-coordinate representation of color #DCE999: hue angle of 69.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE999 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 153 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.09 |
| HSL | 69.75º | 0.65% | 0.76% | - |
| HSV(B) | 69.75º | 0.34% | 0.91% | - |
| XYZ | 64.4 | 75.79 | 41.37 | - |
| YUV | 219.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 153 | 0.06 | 0 | 0.34 | 0.09 | 69.75 | 0.65 | 0.76 |
| Hex | DC | E9 | 99 | 6 | 0 | 22 | 9 | 46 | 41 | 4C |
| Octal | 334 | 351 | 231 | 6 | 0 | 42 | 11 | 106 | 101 | 114 |
| Binary | 11011100 | 11101001 | 10011001 | 110 | 0 | 100010 | 1001 | 1000110 | 1000001 | 1001100 |
Color Harmonies of #DCE999
Complementary color
Monochromatic Colors of #DCE999
Black with #DCE999
Text Example
Text Example
White with #DCE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE999; }
p { color: rgb(220,233,153); }
H1.HeaderClassName
{
color: #DCE999;
}
.AnyTagClassName
{
color: #DCE999;
}
</style>
background-color css
<style>
a { background-color: #DCE999; }
a { background-color: rgb(220,233,153); }
div.DivClassName
{
background-color: #DCE999;
}
.BgClassName
{
background-color: #DCE999;
}
</style>
border-color css
<style>
span { border-color: #DCE999; }
span { border-color: rgb(220,233,153); }
td.TdClassName
{
border-color: #DCE999;
}
.TagClassName
{
border-color: #DCE999;
}
</style>