Shades of Reef #DAE99D
Tints of Reef #DAE99D
RGB
CMYK
RGB Variations
Color information
#DAE99D (or 0xDAE99D) is known color: Reef. HEX triplet: DA, E9 and 9D. RGB value is (218,233,157). Sum of RGB (Red+Green+Blue) = 218+233+157=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99D is #251662. Grayscale: #DCDCDC. Windows color (decimal): -2430563 or 10349018. OLE color: 10349018.
HSL color Cylindrical-coordinate representation of color #DAE99D: hue angle of 71.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE99D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 71.84º | 0.63% | 0.76% | - |
| HSV(B) | 71.84º | 0.33% | 0.91% | - |
| XYZ | 64.14 | 75.62 | 43.11 | - |
| YUV | 219.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 157 | 0.06 | 0 | 0.33 | 0.09 | 71.84 | 0.63 | 0.76 |
| Hex | DA | E9 | 9D | 6 | 0 | 21 | 9 | 48 | 3F | 4C |
| Octal | 332 | 351 | 235 | 6 | 0 | 41 | 11 | 110 | 77 | 114 |
| Binary | 11011010 | 11101001 | 10011101 | 110 | 0 | 100001 | 1001 | 1001000 | 111111 | 1001100 |
Color Harmonies of #DAE99D
Complementary color
Monochromatic Colors of #DAE99D
Black with #DAE99D
Text Example
Text Example
White with #DAE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE99D; }
p { color: rgb(218,233,157); }
H1.HeaderClassName
{
color: #DAE99D;
}
.AnyTagClassName
{
color: #DAE99D;
}
</style>
background-color css
<style>
a { background-color: #DAE99D; }
a { background-color: rgb(218,233,157); }
div.DivClassName
{
background-color: #DAE99D;
}
.BgClassName
{
background-color: #DAE99D;
}
</style>
border-color css
<style>
span { border-color: #DAE99D; }
span { border-color: rgb(218,233,157); }
td.TdClassName
{
border-color: #DAE99D;
}
.TagClassName
{
border-color: #DAE99D;
}
</style>