Shades of Reef #DAE69D
Tints of Reef #DAE69D
RGB
CMYK
RGB Variations
Color information
#DAE69D (or 0xDAE69D) is known color: Reef. HEX triplet: DA, E6 and 9D. RGB value is (218,230,157). Sum of RGB (Red+Green+Blue) = 218+230+157=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE69D is #251962. Grayscale: #DADADA. Windows color (decimal): -2431331 or 10348250. OLE color: 10348250.
HSL color Cylindrical-coordinate representation of color #DAE69D: hue angle of 69.86º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE69D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 157 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.10 |
| HSL | 69.86º | 0.59% | 0.76% | - |
| HSV(B) | 69.86º | 0.32% | 0.9% | - |
| XYZ | 63.3 | 73.93 | 42.83 | - |
| YUV | 218.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 157 | 0.05 | 0 | 0.32 | 0.10 | 69.86 | 0.59 | 0.76 |
| Hex | DA | E6 | 9D | 5 | 0 | 20 | A | 46 | 3B | 4C |
| Octal | 332 | 346 | 235 | 5 | 0 | 40 | 12 | 106 | 73 | 114 |
| Binary | 11011010 | 11100110 | 10011101 | 101 | 0 | 100000 | 1010 | 1000110 | 111011 | 1001100 |
Color Harmonies of #DAE69D
Complementary color
Monochromatic Colors of #DAE69D
Black with #DAE69D
Text Example
Text Example
White with #DAE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE69D; }
p { color: rgb(218,230,157); }
H1.HeaderClassName
{
color: #DAE69D;
}
.AnyTagClassName
{
color: #DAE69D;
}
</style>
background-color css
<style>
a { background-color: #DAE69D; }
a { background-color: rgb(218,230,157); }
div.DivClassName
{
background-color: #DAE69D;
}
.BgClassName
{
background-color: #DAE69D;
}
</style>
border-color css
<style>
span { border-color: #DAE69D; }
span { border-color: rgb(218,230,157); }
td.TdClassName
{
border-color: #DAE69D;
}
.TagClassName
{
border-color: #DAE69D;
}
</style>