Shades of Reef #D3DF97
Tints of Reef #D3DF97
RGB
CMYK
RGB Variations
Color information
#D3DF97 (or 0xD3DF97) is known color: Reef. HEX triplet: D3, DF and 97. RGB value is (211,223,151). Sum of RGB (Red+Green+Blue) = 211+223+151=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DF97 is #2C2068. Grayscale: #D3D3D3. Windows color (decimal): -2891881 or 9953235. OLE color: 9953235.
HSL color Cylindrical-coordinate representation of color #D3DF97: hue angle of 70º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3DF97 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 151 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.13 |
| HSL | 70º | 0.53% | 0.73% | - |
| HSV(B) | 70º | 0.32% | 0.87% | - |
| XYZ | 58.84 | 68.86 | 39.47 | - |
| YUV | 211.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 151 | 0.05 | 0 | 0.32 | 0.13 | 70 | 0.53 | 0.73 |
| Hex | D3 | DF | 97 | 5 | 0 | 20 | D | 46 | 35 | 49 |
| Octal | 323 | 337 | 227 | 5 | 0 | 40 | 15 | 106 | 65 | 111 |
| Binary | 11010011 | 11011111 | 10010111 | 101 | 0 | 100000 | 1101 | 1000110 | 110101 | 1001001 |
Color Harmonies of #D3DF97
Complementary color
Monochromatic Colors of #D3DF97
Black with #D3DF97
Text Example
Text Example
White with #D3DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF97; }
p { color: rgb(211,223,151); }
H1.HeaderClassName
{
color: #D3DF97;
}
.AnyTagClassName
{
color: #D3DF97;
}
</style>
background-color css
<style>
a { background-color: #D3DF97; }
a { background-color: rgb(211,223,151); }
div.DivClassName
{
background-color: #D3DF97;
}
.BgClassName
{
background-color: #D3DF97;
}
</style>
border-color css
<style>
span { border-color: #D3DF97; }
span { border-color: rgb(211,223,151); }
td.TdClassName
{
border-color: #D3DF97;
}
.TagClassName
{
border-color: #D3DF97;
}
</style>