Shades of Reef #D0DD95
Tints of Reef #D0DD95
RGB
CMYK
RGB Variations
Color information
#D0DD95 (or 0xD0DD95) is known color: Reef. HEX triplet: D0, DD and 95. RGB value is (208,221,149). Sum of RGB (Red+Green+Blue) = 208+221+149=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD95 is #2F226A. Grayscale: #D1D1D1. Windows color (decimal): -3089003 or 9821648. OLE color: 9821648.
HSL color Cylindrical-coordinate representation of color #D0DD95: hue angle of 70.83º degrees, saturation: 0.51, 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 #D0DD95 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 149 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.13 |
| HSL | 70.83º | 0.51% | 0.73% | - |
| HSV(B) | 70.83º | 0.33% | 0.87% | - |
| XYZ | 57.29 | 67.29 | 38.4 | - |
| YUV | 208.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 149 | 0.06 | 0 | 0.33 | 0.13 | 70.83 | 0.51 | 0.73 |
| Hex | D0 | DD | 95 | 6 | 0 | 21 | D | 47 | 33 | 49 |
| Octal | 320 | 335 | 225 | 6 | 0 | 41 | 15 | 107 | 63 | 111 |
| Binary | 11010000 | 11011101 | 10010101 | 110 | 0 | 100001 | 1101 | 1000111 | 110011 | 1001001 |
Color Harmonies of #D0DD95
Complementary color
Monochromatic Colors of #D0DD95
Black with #D0DD95
Text Example
Text Example
White with #D0DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD95; }
p { color: rgb(208,221,149); }
H1.HeaderClassName
{
color: #D0DD95;
}
.AnyTagClassName
{
color: #D0DD95;
}
</style>
background-color css
<style>
a { background-color: #D0DD95; }
a { background-color: rgb(208,221,149); }
div.DivClassName
{
background-color: #D0DD95;
}
.BgClassName
{
background-color: #D0DD95;
}
</style>
border-color css
<style>
span { border-color: #D0DD95; }
span { border-color: rgb(208,221,149); }
td.TdClassName
{
border-color: #D0DD95;
}
.TagClassName
{
border-color: #D0DD95;
}
</style>