Shades of Reef #DBE99A
Tints of Reef #DBE99A
RGB
CMYK
RGB Variations
Color information
#DBE99A (or 0xDBE99A) is known color: Reef. HEX triplet: DB, E9 and 9A. RGB value is (219,233,154). Sum of RGB (Red+Green+Blue) = 219+233+154=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE99A is #241665. Grayscale: #DCDCDC. Windows color (decimal): -2365030 or 10152411. OLE color: 10152411.
HSL color Cylindrical-coordinate representation of color #DBE99A: hue angle of 70.63º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE99A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 154 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.09 |
| HSL | 70.63º | 0.64% | 0.76% | - |
| HSV(B) | 70.63º | 0.34% | 0.91% | - |
| XYZ | 64.19 | 75.67 | 41.79 | - |
| YUV | 219.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 154 | 0.06 | 0 | 0.34 | 0.09 | 70.63 | 0.64 | 0.76 |
| Hex | DB | E9 | 9A | 6 | 0 | 22 | 9 | 47 | 40 | 4C |
| Octal | 333 | 351 | 232 | 6 | 0 | 42 | 11 | 107 | 100 | 114 |
| Binary | 11011011 | 11101001 | 10011010 | 110 | 0 | 100010 | 1001 | 1000111 | 1000000 | 1001100 |
Color Harmonies of #DBE99A
Complementary color
Monochromatic Colors of #DBE99A
Black with #DBE99A
Text Example
Text Example
White with #DBE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE99A; }
p { color: rgb(219,233,154); }
H1.HeaderClassName
{
color: #DBE99A;
}
.AnyTagClassName
{
color: #DBE99A;
}
</style>
background-color css
<style>
a { background-color: #DBE99A; }
a { background-color: rgb(219,233,154); }
div.DivClassName
{
background-color: #DBE99A;
}
.BgClassName
{
background-color: #DBE99A;
}
</style>
border-color css
<style>
span { border-color: #DBE99A; }
span { border-color: rgb(219,233,154); }
td.TdClassName
{
border-color: #DBE99A;
}
.TagClassName
{
border-color: #DBE99A;
}
</style>