Shades of Reef #DBE99B
Tints of Reef #DBE99B
RGB
CMYK
RGB Variations
Color information
#DBE99B (or 0xDBE99B) is known color: Reef. HEX triplet: DB, E9 and 9B. RGB value is (219,233,155). Sum of RGB (Red+Green+Blue) = 219+233+155=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE99B is #241664. Grayscale: #DCDCDC. Windows color (decimal): -2365029 or 10217947. OLE color: 10217947.
HSL color Cylindrical-coordinate representation of color #DBE99B: hue angle of 70.77º 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 #DBE99B is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 155 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 70.77º | 0.64% | 0.76% | - |
| HSV(B) | 70.77º | 0.33% | 0.91% | - |
| XYZ | 64.27 | 75.7 | 42.24 | - |
| YUV | 219.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 155 | 0.06 | 0 | 0.33 | 0.09 | 70.77 | 0.64 | 0.76 |
| Hex | DB | E9 | 9B | 6 | 0 | 21 | 9 | 47 | 40 | 4C |
| Octal | 333 | 351 | 233 | 6 | 0 | 41 | 11 | 107 | 100 | 114 |
| Binary | 11011011 | 11101001 | 10011011 | 110 | 0 | 100001 | 1001 | 1000111 | 1000000 | 1001100 |
Color Harmonies of #DBE99B
Complementary color
Monochromatic Colors of #DBE99B
Black with #DBE99B
Text Example
Text Example
White with #DBE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE99B; }
p { color: rgb(219,233,155); }
H1.HeaderClassName
{
color: #DBE99B;
}
.AnyTagClassName
{
color: #DBE99B;
}
</style>
background-color css
<style>
a { background-color: #DBE99B; }
a { background-color: rgb(219,233,155); }
div.DivClassName
{
background-color: #DBE99B;
}
.BgClassName
{
background-color: #DBE99B;
}
</style>
border-color css
<style>
span { border-color: #DBE99B; }
span { border-color: rgb(219,233,155); }
td.TdClassName
{
border-color: #DBE99B;
}
.TagClassName
{
border-color: #DBE99B;
}
</style>