Shades of Reef #DAE99E
Tints of Reef #DAE99E
RGB
CMYK
RGB Variations
Color information
#DAE99E (or 0xDAE99E) is known color: Reef. HEX triplet: DA, E9 and 9E. RGB value is (218,233,158). Sum of RGB (Red+Green+Blue) = 218+233+158=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99E is #251661. Grayscale: #DCDCDC. Windows color (decimal): -2430562 or 10414554. OLE color: 10414554.
HSL color Cylindrical-coordinate representation of color #DAE99E: hue angle of 72º 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 #DAE99E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 158 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.09 |
| HSL | 72º | 0.63% | 0.77% | - |
| HSV(B) | 72º | 0.32% | 0.91% | - |
| XYZ | 64.22 | 75.65 | 43.57 | - |
| YUV | 219.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 158 | 0.06 | 0 | 0.32 | 0.09 | 72 | 0.63 | 0.77 |
| Hex | DA | E9 | 9E | 6 | 0 | 20 | 9 | 48 | 3F | 4D |
| Octal | 332 | 351 | 236 | 6 | 0 | 40 | 11 | 110 | 77 | 115 |
| Binary | 11011010 | 11101001 | 10011110 | 110 | 0 | 100000 | 1001 | 1001000 | 111111 | 1001101 |
Color Harmonies of #DAE99E
Complementary color
Monochromatic Colors of #DAE99E
Black with #DAE99E
Text Example
Text Example
White with #DAE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE99E; }
p { color: rgb(218,233,158); }
H1.HeaderClassName
{
color: #DAE99E;
}
.AnyTagClassName
{
color: #DAE99E;
}
</style>
background-color css
<style>
a { background-color: #DAE99E; }
a { background-color: rgb(218,233,158); }
div.DivClassName
{
background-color: #DAE99E;
}
.BgClassName
{
background-color: #DAE99E;
}
</style>
border-color css
<style>
span { border-color: #DAE99E; }
span { border-color: rgb(218,233,158); }
td.TdClassName
{
border-color: #DAE99E;
}
.TagClassName
{
border-color: #DAE99E;
}
</style>