Shades of Reef #D2DD9F
Tints of Reef #D2DD9F
RGB
CMYK
RGB Variations
Color information
#D2DD9F (or 0xD2DD9F) is known color: Reef. HEX triplet: D2, DD and 9F. RGB value is (210,221,159). Sum of RGB (Red+Green+Blue) = 210+221+159=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD9F is #2D2260. Grayscale: #D2D2D2. Windows color (decimal): -2957921 or 10477010. OLE color: 10477010.
HSL color Cylindrical-coordinate representation of color #D2DD9F: hue angle of 70.65º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2DD9F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 159 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 70.65º | 0.48% | 0.75% | - |
| HSV(B) | 70.65º | 0.28% | 0.87% | - |
| XYZ | 58.69 | 67.92 | 42.82 | - |
| YUV | 210.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 159 | 0.05 | 0 | 0.28 | 0.13 | 70.65 | 0.48 | 0.75 |
| Hex | D2 | DD | 9F | 5 | 0 | 1C | D | 47 | 30 | 4B |
| Octal | 322 | 335 | 237 | 5 | 0 | 34 | 15 | 107 | 60 | 113 |
| Binary | 11010010 | 11011101 | 10011111 | 101 | 0 | 11100 | 1101 | 1000111 | 110000 | 1001011 |
Color Harmonies of #D2DD9F
Complementary color
Monochromatic Colors of #D2DD9F
Black with #D2DD9F
Text Example
Text Example
White with #D2DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD9F; }
p { color: rgb(210,221,159); }
H1.HeaderClassName
{
color: #D2DD9F;
}
.AnyTagClassName
{
color: #D2DD9F;
}
</style>
background-color css
<style>
a { background-color: #D2DD9F; }
a { background-color: rgb(210,221,159); }
div.DivClassName
{
background-color: #D2DD9F;
}
.BgClassName
{
background-color: #D2DD9F;
}
</style>
border-color css
<style>
span { border-color: #D2DD9F; }
span { border-color: rgb(210,221,159); }
td.TdClassName
{
border-color: #D2DD9F;
}
.TagClassName
{
border-color: #D2DD9F;
}
</style>