Shades of Reef #D0DC9C
Tints of Reef #D0DC9C
RGB
CMYK
RGB Variations
Color information
#D0DC9C (or 0xD0DC9C) is known color: Reef. HEX triplet: D0, DC and 9C. RGB value is (208,220,156). Sum of RGB (Red+Green+Blue) = 208+220+156=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC9C is #2F2363. Grayscale: #D1D1D1. Windows color (decimal): -3089252 or 10280144. OLE color: 10280144.
HSL color Cylindrical-coordinate representation of color #D0DC9C: hue angle of 71.25º 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 #D0DC9C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 156 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.14 |
| HSL | 71.25º | 0.48% | 0.74% | - |
| HSV(B) | 71.25º | 0.29% | 0.86% | - |
| XYZ | 57.61 | 67 | 41.35 | - |
| YUV | 209.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 156 | 0.05 | 0 | 0.29 | 0.14 | 71.25 | 0.48 | 0.74 |
| Hex | D0 | DC | 9C | 5 | 0 | 1D | E | 47 | 30 | 4A |
| Octal | 320 | 334 | 234 | 5 | 0 | 35 | 16 | 107 | 60 | 112 |
| Binary | 11010000 | 11011100 | 10011100 | 101 | 0 | 11101 | 1110 | 1000111 | 110000 | 1001010 |
Color Harmonies of #D0DC9C
Complementary color
Monochromatic Colors of #D0DC9C
Black with #D0DC9C
Text Example
Text Example
White with #D0DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC9C; }
p { color: rgb(208,220,156); }
H1.HeaderClassName
{
color: #D0DC9C;
}
.AnyTagClassName
{
color: #D0DC9C;
}
</style>
background-color css
<style>
a { background-color: #D0DC9C; }
a { background-color: rgb(208,220,156); }
div.DivClassName
{
background-color: #D0DC9C;
}
.BgClassName
{
background-color: #D0DC9C;
}
</style>
border-color css
<style>
span { border-color: #D0DC9C; }
span { border-color: rgb(208,220,156); }
td.TdClassName
{
border-color: #D0DC9C;
}
.TagClassName
{
border-color: #D0DC9C;
}
</style>