Shades of Reef #D2DC9C
Tints of Reef #D2DC9C
RGB
CMYK
RGB Variations
Color information
#D2DC9C (or 0xD2DC9C) is known color: Reef. HEX triplet: D2, DC and 9C. RGB value is (210,220,156). Sum of RGB (Red+Green+Blue) = 210+220+156=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC9C is #2D2363. Grayscale: #D1D1D1. Windows color (decimal): -2958180 or 10280146. OLE color: 10280146.
HSL color Cylindrical-coordinate representation of color #D2DC9C: hue angle of 69.38º 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 #D2DC9C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 156 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.14 |
| HSL | 69.38º | 0.48% | 0.74% | - |
| HSV(B) | 69.38º | 0.29% | 0.86% | - |
| XYZ | 58.17 | 67.29 | 41.37 | - |
| YUV | 209.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 156 | 0.05 | 0 | 0.29 | 0.14 | 69.38 | 0.48 | 0.74 |
| Hex | D2 | DC | 9C | 5 | 0 | 1D | E | 45 | 30 | 4A |
| Octal | 322 | 334 | 234 | 5 | 0 | 35 | 16 | 105 | 60 | 112 |
| Binary | 11010010 | 11011100 | 10011100 | 101 | 0 | 11101 | 1110 | 1000101 | 110000 | 1001010 |
Color Harmonies of #D2DC9C
Complementary color
Monochromatic Colors of #D2DC9C
Black with #D2DC9C
Text Example
Text Example
White with #D2DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC9C; }
p { color: rgb(210,220,156); }
H1.HeaderClassName
{
color: #D2DC9C;
}
.AnyTagClassName
{
color: #D2DC9C;
}
</style>
background-color css
<style>
a { background-color: #D2DC9C; }
a { background-color: rgb(210,220,156); }
div.DivClassName
{
background-color: #D2DC9C;
}
.BgClassName
{
background-color: #D2DC9C;
}
</style>
border-color css
<style>
span { border-color: #D2DC9C; }
span { border-color: rgb(210,220,156); }
td.TdClassName
{
border-color: #D2DC9C;
}
.TagClassName
{
border-color: #D2DC9C;
}
</style>