Shades of Reef #D0DF95
Tints of Reef #D0DF95
RGB
CMYK
RGB Variations
Color information
#D0DF95 (or 0xD0DF95) is known color: Reef. HEX triplet: D0, DF and 95. RGB value is (208,223,149). Sum of RGB (Red+Green+Blue) = 208+223+149=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF95 is #2F206A. Grayscale: #D2D2D2. Windows color (decimal): -3088491 or 9822160. OLE color: 9822160.
HSL color Cylindrical-coordinate representation of color #D0DF95: hue angle of 72.16º degrees, saturation: 0.54, 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 #D0DF95 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 149 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.13 |
| HSL | 72.16º | 0.54% | 0.73% | - |
| HSV(B) | 72.16º | 0.33% | 0.87% | - |
| XYZ | 57.82 | 68.36 | 38.58 | - |
| YUV | 210.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 149 | 0.07 | 0 | 0.33 | 0.13 | 72.16 | 0.54 | 0.73 |
| Hex | D0 | DF | 95 | 7 | 0 | 21 | D | 48 | 36 | 49 |
| Octal | 320 | 337 | 225 | 7 | 0 | 41 | 15 | 110 | 66 | 111 |
| Binary | 11010000 | 11011111 | 10010101 | 111 | 0 | 100001 | 1101 | 1001000 | 110110 | 1001001 |
Color Harmonies of #D0DF95
Complementary color
Monochromatic Colors of #D0DF95
Black with #D0DF95
Text Example
Text Example
White with #D0DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF95; }
p { color: rgb(208,223,149); }
H1.HeaderClassName
{
color: #D0DF95;
}
.AnyTagClassName
{
color: #D0DF95;
}
</style>
background-color css
<style>
a { background-color: #D0DF95; }
a { background-color: rgb(208,223,149); }
div.DivClassName
{
background-color: #D0DF95;
}
.BgClassName
{
background-color: #D0DF95;
}
</style>
border-color css
<style>
span { border-color: #D0DF95; }
span { border-color: rgb(208,223,149); }
td.TdClassName
{
border-color: #D0DF95;
}
.TagClassName
{
border-color: #D0DF95;
}
</style>