Shades of Reef #D1DB9A
Tints of Reef #D1DB9A
RGB
CMYK
RGB Variations
Color information
#D1DB9A (or 0xD1DB9A) is known color: Reef. HEX triplet: D1, DB and 9A. RGB value is (209,219,154). Sum of RGB (Red+Green+Blue) = 209+219+154=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB9A is #2E2465. Grayscale: #D0D0D0. Windows color (decimal): -3023974 or 10148817. OLE color: 10148817.
HSL color Cylindrical-coordinate representation of color #D1DB9A: hue angle of 69.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1DB9A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 154 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.14 |
| HSL | 69.23º | 0.47% | 0.73% | - |
| HSV(B) | 69.23º | 0.3% | 0.86% | - |
| XYZ | 57.46 | 66.55 | 40.39 | - |
| YUV | 208.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 154 | 0.05 | 0 | 0.30 | 0.14 | 69.23 | 0.47 | 0.73 |
| Hex | D1 | DB | 9A | 5 | 0 | 1E | E | 45 | 2F | 49 |
| Octal | 321 | 333 | 232 | 5 | 0 | 36 | 16 | 105 | 57 | 111 |
| Binary | 11010001 | 11011011 | 10011010 | 101 | 0 | 11110 | 1110 | 1000101 | 101111 | 1001001 |
Color Harmonies of #D1DB9A
Complementary color
Monochromatic Colors of #D1DB9A
Black with #D1DB9A
Text Example
Text Example
White with #D1DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB9A; }
p { color: rgb(209,219,154); }
H1.HeaderClassName
{
color: #D1DB9A;
}
.AnyTagClassName
{
color: #D1DB9A;
}
</style>
background-color css
<style>
a { background-color: #D1DB9A; }
a { background-color: rgb(209,219,154); }
div.DivClassName
{
background-color: #D1DB9A;
}
.BgClassName
{
background-color: #D1DB9A;
}
</style>
border-color css
<style>
span { border-color: #D1DB9A; }
span { border-color: rgb(209,219,154); }
td.TdClassName
{
border-color: #D1DB9A;
}
.TagClassName
{
border-color: #D1DB9A;
}
</style>