Shades of Gallery #DCD4CA
Tints of Gallery #DCD4CA
RGB
CMYK
RGB Variations
Color information
#DCD4CA (or 0xDCD4CA) is known color: Gallery. HEX triplet: DC, D4 and CA. RGB value is (220,212,202). Sum of RGB (Red+Green+Blue) = 220+212+202=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4CA is #232B35. Grayscale: #D5D5D5. Windows color (decimal): -2304822 or 13292764. OLE color: 13292764.
HSL color Cylindrical-coordinate representation of color #DCD4CA: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD4CA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 202 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.14 |
| HSL | 33.33º | 0.2% | 0.83% | - |
| HSV(B) | 33.33º | 0.08% | 0.86% | - |
| XYZ | 63.72 | 66.57 | 65.37 | - |
| YUV | 213.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 202 | 0 | 0.04 | 0.08 | 0.14 | 33.33 | 0.2 | 0.83 |
| Hex | DC | D4 | CA | 0 | 4 | 8 | E | 21 | 14 | 53 |
| Octal | 334 | 324 | 312 | 0 | 4 | 10 | 16 | 41 | 24 | 123 |
| Binary | 11011100 | 11010100 | 11001010 | 0 | 100 | 1000 | 1110 | 100001 | 10100 | 1010011 |
Color Harmonies of #DCD4CA
Complementary color
Monochromatic Colors of #DCD4CA
Black with #DCD4CA
Text Example
Text Example
White with #DCD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4CA; }
p { color: rgb(220,212,202); }
H1.HeaderClassName
{
color: #DCD4CA;
}
.AnyTagClassName
{
color: #DCD4CA;
}
</style>
background-color css
<style>
a { background-color: #DCD4CA; }
a { background-color: rgb(220,212,202); }
div.DivClassName
{
background-color: #DCD4CA;
}
.BgClassName
{
background-color: #DCD4CA;
}
</style>
border-color css
<style>
span { border-color: #DCD4CA; }
span { border-color: rgb(220,212,202); }
td.TdClassName
{
border-color: #DCD4CA;
}
.TagClassName
{
border-color: #DCD4CA;
}
</style>