Shades of Reef #DAE99C
Tints of Reef #DAE99C
RGB
CMYK
RGB Variations
Color information
#DAE99C (or 0xDAE99C) is known color: Reef. HEX triplet: DA, E9 and 9C. RGB value is (218,233,156). Sum of RGB (Red+Green+Blue) = 218+233+156=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE99C is #251663. Grayscale: #DCDCDC. Windows color (decimal): -2430564 or 10283482. OLE color: 10283482.
HSL color Cylindrical-coordinate representation of color #DAE99C: hue angle of 71.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE99C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 156 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 71.69º | 0.64% | 0.76% | - |
| HSV(B) | 71.69º | 0.33% | 0.91% | - |
| XYZ | 64.05 | 75.58 | 42.67 | - |
| YUV | 219.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 156 | 0.06 | 0 | 0.33 | 0.09 | 71.69 | 0.64 | 0.76 |
| Hex | DA | E9 | 9C | 6 | 0 | 21 | 9 | 48 | 40 | 4C |
| Octal | 332 | 351 | 234 | 6 | 0 | 41 | 11 | 110 | 100 | 114 |
| Binary | 11011010 | 11101001 | 10011100 | 110 | 0 | 100001 | 1001 | 1001000 | 1000000 | 1001100 |
Color Harmonies of #DAE99C
Complementary color
Monochromatic Colors of #DAE99C
Black with #DAE99C
Text Example
Text Example
White with #DAE99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE99C; }
p { color: rgb(218,233,156); }
H1.HeaderClassName
{
color: #DAE99C;
}
.AnyTagClassName
{
color: #DAE99C;
}
</style>
background-color css
<style>
a { background-color: #DAE99C; }
a { background-color: rgb(218,233,156); }
div.DivClassName
{
background-color: #DAE99C;
}
.BgClassName
{
background-color: #DAE99C;
}
</style>
border-color css
<style>
span { border-color: #DAE99C; }
span { border-color: rgb(218,233,156); }
td.TdClassName
{
border-color: #DAE99C;
}
.TagClassName
{
border-color: #DAE99C;
}
</style>