Shades of Gallery #DCD7D1
Tints of Gallery #DCD7D1
RGB
CMYK
RGB Variations
Color information
#DCD7D1 (or 0xDCD7D1) is known color: Gallery. HEX triplet: DC, D7 and D1. RGB value is (220,215,209). Sum of RGB (Red+Green+Blue) = 220+215+209=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7D1 is #23282E. Grayscale: #D7D7D7. Windows color (decimal): -2304047 or 13752284. OLE color: 13752284.
HSL color Cylindrical-coordinate representation of color #DCD7D1: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD7D1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 215 | 209 | - |
CMYK | 0 | 0.02 | 0.05 | 0.14 |
HSL | 32.73º | 0.14% | 0.84% | - |
HSV(B) | 32.73º | 0.05% | 0.86% | - |
XYZ | 65.32 | 68.42 | 70.09 | - |
YUV | 215.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 209 | 0 | 0.02 | 0.05 | 0.14 | 32.73 | 0.14 | 0.84 |
Hex | DC | D7 | D1 | 0 | 2 | 5 | E | 21 | E | 54 |
Octal | 334 | 327 | 321 | 0 | 2 | 5 | 16 | 41 | 16 | 124 |
Binary | 11011100 | 11010111 | 11010001 | 0 | 10 | 101 | 1110 | 100001 | 1110 | 1010100 |
Color Harmonies of #DCD7D1
Complementary color
Monochromatic Colors of #DCD7D1
Black with #DCD7D1
Text Example
Text Example
White with #DCD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7D1; }
p { color: rgb(220,215,209); }
H1.HeaderClassName
{
color: #DCD7D1;
}
.AnyTagClassName
{
color: #DCD7D1;
}
</style>
background-color css
<style>
a { background-color: #DCD7D1; }
a { background-color: rgb(220,215,209); }
div.DivClassName
{
background-color: #DCD7D1;
}
.BgClassName
{
background-color: #DCD7D1;
}
</style>
border-color css
<style>
span { border-color: #DCD7D1; }
span { border-color: rgb(220,215,209); }
td.TdClassName
{
border-color: #DCD7D1;
}
.TagClassName
{
border-color: #DCD7D1;
}
</style>