Shades of Reef #DAE69F
Tints of Reef #DAE69F
RGB
CMYK
RGB Variations
Color information
#DAE69F (or 0xDAE69F) is known color: Reef. HEX triplet: DA, E6 and 9F. RGB value is (218,230,159). Sum of RGB (Red+Green+Blue) = 218+230+159=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE69F is #251960. Grayscale: #DADADA. Windows color (decimal): -2431329 or 10479322. OLE color: 10479322.
HSL color Cylindrical-coordinate representation of color #DAE69F: hue angle of 70.14º degrees, saturation: 0.59, 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 #DAE69F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 159 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.10 |
| HSL | 70.14º | 0.59% | 0.76% | - |
| HSV(B) | 70.14º | 0.31% | 0.9% | - |
| XYZ | 63.47 | 74 | 43.74 | - |
| YUV | 218.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 159 | 0.05 | 0 | 0.31 | 0.10 | 70.14 | 0.59 | 0.76 |
| Hex | DA | E6 | 9F | 5 | 0 | 1F | A | 46 | 3B | 4C |
| Octal | 332 | 346 | 237 | 5 | 0 | 37 | 12 | 106 | 73 | 114 |
| Binary | 11011010 | 11100110 | 10011111 | 101 | 0 | 11111 | 1010 | 1000110 | 111011 | 1001100 |
Color Harmonies of #DAE69F
Complementary color
Monochromatic Colors of #DAE69F
Black with #DAE69F
Text Example
Text Example
White with #DAE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE69F; }
p { color: rgb(218,230,159); }
H1.HeaderClassName
{
color: #DAE69F;
}
.AnyTagClassName
{
color: #DAE69F;
}
</style>
background-color css
<style>
a { background-color: #DAE69F; }
a { background-color: rgb(218,230,159); }
div.DivClassName
{
background-color: #DAE69F;
}
.BgClassName
{
background-color: #DAE69F;
}
</style>
border-color css
<style>
span { border-color: #DAE69F; }
span { border-color: rgb(218,230,159); }
td.TdClassName
{
border-color: #DAE69F;
}
.TagClassName
{
border-color: #DAE69F;
}
</style>