Shades of Reef #DAE59B
Tints of Reef #DAE59B
RGB
CMYK
RGB Variations
Color information
#DAE59B (or 0xDAE59B) is known color: Reef. HEX triplet: DA, E5 and 9B. RGB value is (218,229,155). Sum of RGB (Red+Green+Blue) = 218+229+155=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE59B is #251A64. Grayscale: #D9D9D9. Windows color (decimal): -2431589 or 10216922. OLE color: 10216922.
HSL color Cylindrical-coordinate representation of color #DAE59B: hue angle of 68.92º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE59B is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 155 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.10 |
| HSL | 68.92º | 0.59% | 0.75% | - |
| HSV(B) | 68.92º | 0.32% | 0.9% | - |
| XYZ | 62.85 | 73.31 | 41.85 | - |
| YUV | 217.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 155 | 0.05 | 0 | 0.32 | 0.10 | 68.92 | 0.59 | 0.75 |
| Hex | DA | E5 | 9B | 5 | 0 | 20 | A | 45 | 3B | 4B |
| Octal | 332 | 345 | 233 | 5 | 0 | 40 | 12 | 105 | 73 | 113 |
| Binary | 11011010 | 11100101 | 10011011 | 101 | 0 | 100000 | 1010 | 1000101 | 111011 | 1001011 |
Color Harmonies of #DAE59B
Complementary color
Monochromatic Colors of #DAE59B
Black with #DAE59B
Text Example
Text Example
White with #DAE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE59B; }
p { color: rgb(218,229,155); }
H1.HeaderClassName
{
color: #DAE59B;
}
.AnyTagClassName
{
color: #DAE59B;
}
</style>
background-color css
<style>
a { background-color: #DAE59B; }
a { background-color: rgb(218,229,155); }
div.DivClassName
{
background-color: #DAE59B;
}
.BgClassName
{
background-color: #DAE59B;
}
</style>
border-color css
<style>
span { border-color: #DAE59B; }
span { border-color: rgb(218,229,155); }
td.TdClassName
{
border-color: #DAE59B;
}
.TagClassName
{
border-color: #DAE59B;
}
</style>