Shades of Reef #D0DF96
Tints of Reef #D0DF96
RGB
CMYK
RGB Variations
Color information
#D0DF96 (or 0xD0DF96) is known color: Reef. HEX triplet: D0, DF and 96. RGB value is (208,223,150). Sum of RGB (Red+Green+Blue) = 208+223+150=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF96 is #2F2069. Grayscale: #D2D2D2. Windows color (decimal): -3088490 or 9887696. OLE color: 9887696.
HSL color Cylindrical-coordinate representation of color #D0DF96: hue angle of 72.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0DF96 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 150 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.13 |
| HSL | 72.33º | 0.53% | 0.73% | - |
| HSV(B) | 72.33º | 0.33% | 0.87% | - |
| XYZ | 57.91 | 68.39 | 39 | - |
| YUV | 210.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 150 | 0.07 | 0 | 0.33 | 0.13 | 72.33 | 0.53 | 0.73 |
| Hex | D0 | DF | 96 | 7 | 0 | 21 | D | 48 | 35 | 49 |
| Octal | 320 | 337 | 226 | 7 | 0 | 41 | 15 | 110 | 65 | 111 |
| Binary | 11010000 | 11011111 | 10010110 | 111 | 0 | 100001 | 1101 | 1001000 | 110101 | 1001001 |
Color Harmonies of #D0DF96
Complementary color
Monochromatic Colors of #D0DF96
Black with #D0DF96
Text Example
Text Example
White with #D0DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF96; }
p { color: rgb(208,223,150); }
H1.HeaderClassName
{
color: #D0DF96;
}
.AnyTagClassName
{
color: #D0DF96;
}
</style>
background-color css
<style>
a { background-color: #D0DF96; }
a { background-color: rgb(208,223,150); }
div.DivClassName
{
background-color: #D0DF96;
}
.BgClassName
{
background-color: #D0DF96;
}
</style>
border-color css
<style>
span { border-color: #D0DF96; }
span { border-color: rgb(208,223,150); }
td.TdClassName
{
border-color: #D0DF96;
}
.TagClassName
{
border-color: #D0DF96;
}
</style>