Shades of Reef #DAE69A
Tints of Reef #DAE69A
RGB
CMYK
RGB Variations
Color information
#DAE69A (or 0xDAE69A) is known color: Reef. HEX triplet: DA, E6 and 9A. RGB value is (218,230,154). Sum of RGB (Red+Green+Blue) = 218+230+154=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE69A is #251965. Grayscale: #DADADA. Windows color (decimal): -2431334 or 10151642. OLE color: 10151642.
HSL color Cylindrical-coordinate representation of color #DAE69A: hue angle of 69.47º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE69A is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 154 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.10 |
| HSL | 69.47º | 0.6% | 0.75% | - |
| HSV(B) | 69.47º | 0.33% | 0.9% | - |
| XYZ | 63.04 | 73.83 | 41.5 | - |
| YUV | 217.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 154 | 0.05 | 0 | 0.33 | 0.10 | 69.47 | 0.6 | 0.75 |
| Hex | DA | E6 | 9A | 5 | 0 | 21 | A | 45 | 3C | 4B |
| Octal | 332 | 346 | 232 | 5 | 0 | 41 | 12 | 105 | 74 | 113 |
| Binary | 11011010 | 11100110 | 10011010 | 101 | 0 | 100001 | 1010 | 1000101 | 111100 | 1001011 |
Color Harmonies of #DAE69A
Complementary color
Monochromatic Colors of #DAE69A
Black with #DAE69A
Text Example
Text Example
White with #DAE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE69A; }
p { color: rgb(218,230,154); }
H1.HeaderClassName
{
color: #DAE69A;
}
.AnyTagClassName
{
color: #DAE69A;
}
</style>
background-color css
<style>
a { background-color: #DAE69A; }
a { background-color: rgb(218,230,154); }
div.DivClassName
{
background-color: #DAE69A;
}
.BgClassName
{
background-color: #DAE69A;
}
</style>
border-color css
<style>
span { border-color: #DAE69A; }
span { border-color: rgb(218,230,154); }
td.TdClassName
{
border-color: #DAE69A;
}
.TagClassName
{
border-color: #DAE69A;
}
</style>