Shades of Reef #D0DC9D
Tints of Reef #D0DC9D
RGB
CMYK
RGB Variations
Color information
#D0DC9D (or 0xD0DC9D) is known color: Reef. HEX triplet: D0, DC and 9D. RGB value is (208,220,157). Sum of RGB (Red+Green+Blue) = 208+220+157=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC9D is #2F2362. Grayscale: #D1D1D1. Windows color (decimal): -3089251 or 10345680. OLE color: 10345680.
HSL color Cylindrical-coordinate representation of color #D0DC9D: hue angle of 71.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0DC9D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 157 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.14 |
| HSL | 71.43º | 0.47% | 0.74% | - |
| HSV(B) | 71.43º | 0.29% | 0.86% | - |
| XYZ | 57.69 | 67.03 | 41.8 | - |
| YUV | 209.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 157 | 0.05 | 0 | 0.29 | 0.14 | 71.43 | 0.47 | 0.74 |
| Hex | D0 | DC | 9D | 5 | 0 | 1D | E | 47 | 2F | 4A |
| Octal | 320 | 334 | 235 | 5 | 0 | 35 | 16 | 107 | 57 | 112 |
| Binary | 11010000 | 11011100 | 10011101 | 101 | 0 | 11101 | 1110 | 1000111 | 101111 | 1001010 |
Color Harmonies of #D0DC9D
Complementary color
Monochromatic Colors of #D0DC9D
Black with #D0DC9D
Text Example
Text Example
White with #D0DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC9D; }
p { color: rgb(208,220,157); }
H1.HeaderClassName
{
color: #D0DC9D;
}
.AnyTagClassName
{
color: #D0DC9D;
}
</style>
background-color css
<style>
a { background-color: #D0DC9D; }
a { background-color: rgb(208,220,157); }
div.DivClassName
{
background-color: #D0DC9D;
}
.BgClassName
{
background-color: #D0DC9D;
}
</style>
border-color css
<style>
span { border-color: #D0DC9D; }
span { border-color: rgb(208,220,157); }
td.TdClassName
{
border-color: #D0DC9D;
}
.TagClassName
{
border-color: #D0DC9D;
}
</style>