Shades of Reef #D3DF9F
Tints of Reef #D3DF9F
RGB
CMYK
RGB Variations
Color information
#D3DF9F (or 0xD3DF9F) is known color: Reef. HEX triplet: D3, DF and 9F. RGB value is (211,223,159). Sum of RGB (Red+Green+Blue) = 211+223+159=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DF9F is #2C2060. Grayscale: #D4D4D4. Windows color (decimal): -2891873 or 10477523. OLE color: 10477523.
HSL color Cylindrical-coordinate representation of color #D3DF9F: hue angle of 71.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3DF9F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 159 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.13 |
| HSL | 71.25º | 0.5% | 0.75% | - |
| HSV(B) | 71.25º | 0.29% | 0.87% | - |
| XYZ | 59.51 | 69.13 | 43.01 | - |
| YUV | 212.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 159 | 0.05 | 0 | 0.29 | 0.13 | 71.25 | 0.5 | 0.75 |
| Hex | D3 | DF | 9F | 5 | 0 | 1D | D | 47 | 32 | 4B |
| Octal | 323 | 337 | 237 | 5 | 0 | 35 | 15 | 107 | 62 | 113 |
| Binary | 11010011 | 11011111 | 10011111 | 101 | 0 | 11101 | 1101 | 1000111 | 110010 | 1001011 |
Color Harmonies of #D3DF9F
Complementary color
Monochromatic Colors of #D3DF9F
Black with #D3DF9F
Text Example
Text Example
White with #D3DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF9F; }
p { color: rgb(211,223,159); }
H1.HeaderClassName
{
color: #D3DF9F;
}
.AnyTagClassName
{
color: #D3DF9F;
}
</style>
background-color css
<style>
a { background-color: #D3DF9F; }
a { background-color: rgb(211,223,159); }
div.DivClassName
{
background-color: #D3DF9F;
}
.BgClassName
{
background-color: #D3DF9F;
}
</style>
border-color css
<style>
span { border-color: #D3DF9F; }
span { border-color: rgb(211,223,159); }
td.TdClassName
{
border-color: #D3DF9F;
}
.TagClassName
{
border-color: #D3DF9F;
}
</style>