Shades of Reef #DAE59D
Tints of Reef #DAE59D
RGB
CMYK
RGB Variations
Color information
#DAE59D (or 0xDAE59D) is known color: Reef. HEX triplet: DA, E5 and 9D. RGB value is (218,229,157). Sum of RGB (Red+Green+Blue) = 218+229+157=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE59D is #251A62. Grayscale: #D9D9D9. Windows color (decimal): -2431587 or 10347994. OLE color: 10347994.
HSL color Cylindrical-coordinate representation of color #DAE59D: hue angle of 69.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE59D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 157 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.10 |
| HSL | 69.17º | 0.58% | 0.76% | - |
| HSV(B) | 69.17º | 0.31% | 0.9% | - |
| XYZ | 63.02 | 73.38 | 42.74 | - |
| YUV | 217.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 157 | 0.05 | 0 | 0.31 | 0.10 | 69.17 | 0.58 | 0.76 |
| Hex | DA | E5 | 9D | 5 | 0 | 1F | A | 45 | 3A | 4C |
| Octal | 332 | 345 | 235 | 5 | 0 | 37 | 12 | 105 | 72 | 114 |
| Binary | 11011010 | 11100101 | 10011101 | 101 | 0 | 11111 | 1010 | 1000101 | 111010 | 1001100 |
Color Harmonies of #DAE59D
Complementary color
Monochromatic Colors of #DAE59D
Black with #DAE59D
Text Example
Text Example
White with #DAE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE59D; }
p { color: rgb(218,229,157); }
H1.HeaderClassName
{
color: #DAE59D;
}
.AnyTagClassName
{
color: #DAE59D;
}
</style>
background-color css
<style>
a { background-color: #DAE59D; }
a { background-color: rgb(218,229,157); }
div.DivClassName
{
background-color: #DAE59D;
}
.BgClassName
{
background-color: #DAE59D;
}
</style>
border-color css
<style>
span { border-color: #DAE59D; }
span { border-color: rgb(218,229,157); }
td.TdClassName
{
border-color: #DAE59D;
}
.TagClassName
{
border-color: #DAE59D;
}
</style>