Shades of Gallery #DCD8D3
Tints of Gallery #DCD8D3
RGB
CMYK
RGB Variations
Color information
#DCD8D3 (or 0xDCD8D3) is known color: Gallery. HEX triplet: DC, D8 and D3. RGB value is (220,216,211). Sum of RGB (Red+Green+Blue) = 220+216+211=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8D3 is #23272C. Grayscale: #D8D8D8. Windows color (decimal): -2303789 or 13883612. OLE color: 13883612.
HSL color Cylindrical-coordinate representation of color #DCD8D3: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD8D3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 216 | 211 | - |
CMYK | 0 | 0.02 | 0.04 | 0.14 |
HSL | 33.33º | 0.11% | 0.85% | - |
HSV(B) | 33.33º | 0.04% | 0.86% | - |
XYZ | 65.83 | 69.03 | 71.48 | - |
YUV | 216.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 211 | 0 | 0.02 | 0.04 | 0.14 | 33.33 | 0.11 | 0.85 |
Hex | DC | D8 | D3 | 0 | 2 | 4 | E | 21 | B | 55 |
Octal | 334 | 330 | 323 | 0 | 2 | 4 | 16 | 41 | 13 | 125 |
Binary | 11011100 | 11011000 | 11010011 | 0 | 10 | 100 | 1110 | 100001 | 1011 | 1010101 |
Color Harmonies of #DCD8D3
Complementary color
Monochromatic Colors of #DCD8D3
Black with #DCD8D3
Text Example
Text Example
White with #DCD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8D3; }
p { color: rgb(220,216,211); }
H1.HeaderClassName
{
color: #DCD8D3;
}
.AnyTagClassName
{
color: #DCD8D3;
}
</style>
background-color css
<style>
a { background-color: #DCD8D3; }
a { background-color: rgb(220,216,211); }
div.DivClassName
{
background-color: #DCD8D3;
}
.BgClassName
{
background-color: #DCD8D3;
}
</style>
border-color css
<style>
span { border-color: #DCD8D3; }
span { border-color: rgb(220,216,211); }
td.TdClassName
{
border-color: #DCD8D3;
}
.TagClassName
{
border-color: #DCD8D3;
}
</style>