Shades of Reef #D0DCA0
Tints of Reef #D0DCA0
RGB
CMYK
RGB Variations
Color information
#D0DCA0 (or 0xD0DCA0) is known color: Reef. HEX triplet: D0, DC and A0. RGB value is (208,220,160). Sum of RGB (Red+Green+Blue) = 208+220+160=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCA0 is #2F235F. Grayscale: #D1D1D1. Windows color (decimal): -3089248 or 10542288. OLE color: 10542288.
HSL color Cylindrical-coordinate representation of color #D0DCA0: hue angle of 72º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DCA0 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 160 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.14 |
| HSL | 72º | 0.46% | 0.75% | - |
| HSV(B) | 72º | 0.27% | 0.86% | - |
| XYZ | 57.95 | 67.13 | 43.16 | - |
| YUV | 209.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 160 | 0.05 | 0 | 0.27 | 0.14 | 72 | 0.46 | 0.75 |
| Hex | D0 | DC | A0 | 5 | 0 | 1B | E | 48 | 2E | 4B |
| Octal | 320 | 334 | 240 | 5 | 0 | 33 | 16 | 110 | 56 | 113 |
| Binary | 11010000 | 11011100 | 10100000 | 101 | 0 | 11011 | 1110 | 1001000 | 101110 | 1001011 |
Color Harmonies of #D0DCA0
Complementary color
Monochromatic Colors of #D0DCA0
Black with #D0DCA0
Text Example
Text Example
White with #D0DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCA0; }
p { color: rgb(208,220,160); }
H1.HeaderClassName
{
color: #D0DCA0;
}
.AnyTagClassName
{
color: #D0DCA0;
}
</style>
background-color css
<style>
a { background-color: #D0DCA0; }
a { background-color: rgb(208,220,160); }
div.DivClassName
{
background-color: #D0DCA0;
}
.BgClassName
{
background-color: #D0DCA0;
}
</style>
border-color css
<style>
span { border-color: #D0DCA0; }
span { border-color: rgb(208,220,160); }
td.TdClassName
{
border-color: #D0DCA0;
}
.TagClassName
{
border-color: #D0DCA0;
}
</style>