Shades of Reef #DAE99A
Tints of Reef #DAE99A
RGB
CMYK
RGB Variations
Color information
#DAE99A (or 0xDAE99A) is known color: Reef. HEX triplet: DA, E9 and 9A. RGB value is (218,233,154). Sum of RGB (Red+Green+Blue) = 218+233+154=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99A is #251665. Grayscale: #DBDBDB. Windows color (decimal): -2430566 or 10152410. OLE color: 10152410.
HSL color Cylindrical-coordinate representation of color #DAE99A: hue angle of 71.39º degrees, saturation: 0.64, 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 #DAE99A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 154 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.09 |
| HSL | 71.39º | 0.64% | 0.76% | - |
| HSV(B) | 71.39º | 0.34% | 0.91% | - |
| XYZ | 63.89 | 75.52 | 41.78 | - |
| YUV | 219.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 154 | 0.06 | 0 | 0.34 | 0.09 | 71.39 | 0.64 | 0.76 |
| Hex | DA | E9 | 9A | 6 | 0 | 22 | 9 | 47 | 40 | 4C |
| Octal | 332 | 351 | 232 | 6 | 0 | 42 | 11 | 107 | 100 | 114 |
| Binary | 11011010 | 11101001 | 10011010 | 110 | 0 | 100010 | 1001 | 1000111 | 1000000 | 1001100 |
Color Harmonies of #DAE99A
Complementary color
Monochromatic Colors of #DAE99A
Black with #DAE99A
Text Example
Text Example
White with #DAE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE99A; }
p { color: rgb(218,233,154); }
H1.HeaderClassName
{
color: #DAE99A;
}
.AnyTagClassName
{
color: #DAE99A;
}
</style>
background-color css
<style>
a { background-color: #DAE99A; }
a { background-color: rgb(218,233,154); }
div.DivClassName
{
background-color: #DAE99A;
}
.BgClassName
{
background-color: #DAE99A;
}
</style>
border-color css
<style>
span { border-color: #DAE99A; }
span { border-color: rgb(218,233,154); }
td.TdClassName
{
border-color: #DAE99A;
}
.TagClassName
{
border-color: #DAE99A;
}
</style>