Shades of Reef #D1DC9C
Tints of Reef #D1DC9C
RGB
CMYK
RGB Variations
Color information
#D1DC9C (or 0xD1DC9C) is known color: Reef. HEX triplet: D1, DC and 9C. RGB value is (209,220,156). Sum of RGB (Red+Green+Blue) = 209+220+156=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC9C is #2E2363. Grayscale: #D1D1D1. Windows color (decimal): -3023716 or 10280145. OLE color: 10280145.
HSL color Cylindrical-coordinate representation of color #D1DC9C: hue angle of 70.31º degrees, saturation: 0.48, 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 #D1DC9C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 156 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.14 |
| HSL | 70.31º | 0.48% | 0.74% | - |
| HSV(B) | 70.31º | 0.29% | 0.86% | - |
| XYZ | 57.89 | 67.14 | 41.36 | - |
| YUV | 209.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 156 | 0.05 | 0 | 0.29 | 0.14 | 70.31 | 0.48 | 0.74 |
| Hex | D1 | DC | 9C | 5 | 0 | 1D | E | 46 | 30 | 4A |
| Octal | 321 | 334 | 234 | 5 | 0 | 35 | 16 | 106 | 60 | 112 |
| Binary | 11010001 | 11011100 | 10011100 | 101 | 0 | 11101 | 1110 | 1000110 | 110000 | 1001010 |
Color Harmonies of #D1DC9C
Complementary color
Monochromatic Colors of #D1DC9C
Black with #D1DC9C
Text Example
Text Example
White with #D1DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC9C; }
p { color: rgb(209,220,156); }
H1.HeaderClassName
{
color: #D1DC9C;
}
.AnyTagClassName
{
color: #D1DC9C;
}
</style>
background-color css
<style>
a { background-color: #D1DC9C; }
a { background-color: rgb(209,220,156); }
div.DivClassName
{
background-color: #D1DC9C;
}
.BgClassName
{
background-color: #D1DC9C;
}
</style>
border-color css
<style>
span { border-color: #D1DC9C; }
span { border-color: rgb(209,220,156); }
td.TdClassName
{
border-color: #D1DC9C;
}
.TagClassName
{
border-color: #D1DC9C;
}
</style>