Shades of Reef #DAE89D
Tints of Reef #DAE89D
RGB
CMYK
RGB Variations
Color information
#DAE89D (or 0xDAE89D) is known color: Reef. HEX triplet: DA, E8 and 9D. RGB value is (218,232,157). Sum of RGB (Red+Green+Blue) = 218+232+157=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE89D is #251762. Grayscale: #DBDBDB. Windows color (decimal): -2430819 or 10348762. OLE color: 10348762.
HSL color Cylindrical-coordinate representation of color #DAE89D: hue angle of 71.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE89D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 157 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.09 |
| HSL | 71.2º | 0.62% | 0.76% | - |
| HSV(B) | 71.2º | 0.32% | 0.91% | - |
| XYZ | 63.86 | 75.05 | 43.02 | - |
| YUV | 219.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 157 | 0.06 | 0 | 0.32 | 0.09 | 71.2 | 0.62 | 0.76 |
| Hex | DA | E8 | 9D | 6 | 0 | 20 | 9 | 47 | 3E | 4C |
| Octal | 332 | 350 | 235 | 6 | 0 | 40 | 11 | 107 | 76 | 114 |
| Binary | 11011010 | 11101000 | 10011101 | 110 | 0 | 100000 | 1001 | 1000111 | 111110 | 1001100 |
Color Harmonies of #DAE89D
Complementary color
Monochromatic Colors of #DAE89D
Black with #DAE89D
Text Example
Text Example
White with #DAE89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE89D; }
p { color: rgb(218,232,157); }
H1.HeaderClassName
{
color: #DAE89D;
}
.AnyTagClassName
{
color: #DAE89D;
}
</style>
background-color css
<style>
a { background-color: #DAE89D; }
a { background-color: rgb(218,232,157); }
div.DivClassName
{
background-color: #DAE89D;
}
.BgClassName
{
background-color: #DAE89D;
}
</style>
border-color css
<style>
span { border-color: #DAE89D; }
span { border-color: rgb(218,232,157); }
td.TdClassName
{
border-color: #DAE89D;
}
.TagClassName
{
border-color: #DAE89D;
}
</style>