Shades of Reef #D0DF93
Tints of Reef #D0DF93
RGB
CMYK
RGB Variations
Color information
#D0DF93 (or 0xD0DF93) is known color: Reef. HEX triplet: D0, DF and 93. RGB value is (208,223,147). Sum of RGB (Red+Green+Blue) = 208+223+147=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF93 is #2F206C. Grayscale: #D2D2D2. Windows color (decimal): -3088493 or 9691088. OLE color: 9691088.
HSL color Cylindrical-coordinate representation of color #D0DF93: hue angle of 71.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0DF93 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 147 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.13 |
| HSL | 71.84º | 0.54% | 0.73% | - |
| HSV(B) | 71.84º | 0.34% | 0.87% | - |
| XYZ | 57.67 | 68.29 | 37.75 | - |
| YUV | 209.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 147 | 0.07 | 0 | 0.34 | 0.13 | 71.84 | 0.54 | 0.73 |
| Hex | D0 | DF | 93 | 7 | 0 | 22 | D | 48 | 36 | 49 |
| Octal | 320 | 337 | 223 | 7 | 0 | 42 | 15 | 110 | 66 | 111 |
| Binary | 11010000 | 11011111 | 10010011 | 111 | 0 | 100010 | 1101 | 1001000 | 110110 | 1001001 |
Color Harmonies of #D0DF93
Complementary color
Monochromatic Colors of #D0DF93
Black with #D0DF93
Text Example
Text Example
White with #D0DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF93; }
p { color: rgb(208,223,147); }
H1.HeaderClassName
{
color: #D0DF93;
}
.AnyTagClassName
{
color: #D0DF93;
}
</style>
background-color css
<style>
a { background-color: #D0DF93; }
a { background-color: rgb(208,223,147); }
div.DivClassName
{
background-color: #D0DF93;
}
.BgClassName
{
background-color: #D0DF93;
}
</style>
border-color css
<style>
span { border-color: #D0DF93; }
span { border-color: rgb(208,223,147); }
td.TdClassName
{
border-color: #D0DF93;
}
.TagClassName
{
border-color: #D0DF93;
}
</style>