Shades of Gallery #DCD7D0
Tints of Gallery #DCD7D0
RGB
CMYK
RGB Variations
Color information
#DCD7D0 (or 0xDCD7D0) is known color: Gallery. HEX triplet: DC, D7 and D0. RGB value is (220,215,208). Sum of RGB (Red+Green+Blue) = 220+215+208=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7D0 is #23282F. Grayscale: #D7D7D7. Windows color (decimal): -2304048 or 13686748. OLE color: 13686748.
HSL color Cylindrical-coordinate representation of color #DCD7D0: hue angle of 35º degrees, saturation: 0.15, 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 #DCD7D0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 215 | 208 | - |
CMYK | 0 | 0.02 | 0.05 | 0.14 |
HSL | 35º | 0.15% | 0.84% | - |
HSV(B) | 35º | 0.05% | 0.86% | - |
XYZ | 65.2 | 68.37 | 69.43 | - |
YUV | 215.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 208 | 0 | 0.02 | 0.05 | 0.14 | 35 | 0.15 | 0.84 |
Hex | DC | D7 | D0 | 0 | 2 | 5 | E | 23 | F | 54 |
Octal | 334 | 327 | 320 | 0 | 2 | 5 | 16 | 43 | 17 | 124 |
Binary | 11011100 | 11010111 | 11010000 | 0 | 10 | 101 | 1110 | 100011 | 1111 | 1010100 |
Color Harmonies of #DCD7D0
Complementary color
Monochromatic Colors of #DCD7D0
Black with #DCD7D0
Text Example
Text Example
White with #DCD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7D0; }
p { color: rgb(220,215,208); }
H1.HeaderClassName
{
color: #DCD7D0;
}
.AnyTagClassName
{
color: #DCD7D0;
}
</style>
background-color css
<style>
a { background-color: #DCD7D0; }
a { background-color: rgb(220,215,208); }
div.DivClassName
{
background-color: #DCD7D0;
}
.BgClassName
{
background-color: #DCD7D0;
}
</style>
border-color css
<style>
span { border-color: #DCD7D0; }
span { border-color: rgb(220,215,208); }
td.TdClassName
{
border-color: #DCD7D0;
}
.TagClassName
{
border-color: #DCD7D0;
}
</style>