Shades of Gallery #DCD4CC
Tints of Gallery #DCD4CC
RGB
CMYK
RGB Variations
Color information
#DCD4CC (or 0xDCD4CC) is known color: Gallery. HEX triplet: DC, D4 and CC. RGB value is (220,212,204). Sum of RGB (Red+Green+Blue) = 220+212+204=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4CC is #232B33. Grayscale: #D5D5D5. Windows color (decimal): -2304820 or 13423836. OLE color: 13423836.
HSL color Cylindrical-coordinate representation of color #DCD4CC: hue angle of 30º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD4CC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 212 | 204 | - |
CMYK | 0 | 0.04 | 0.07 | 0.14 |
HSL | 30º | 0.19% | 0.83% | - |
HSV(B) | 30º | 0.07% | 0.86% | - |
XYZ | 63.96 | 66.66 | 66.62 | - |
YUV | 213.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 212 | 204 | 0 | 0.04 | 0.07 | 0.14 | 30 | 0.19 | 0.83 |
Hex | DC | D4 | CC | 0 | 4 | 7 | E | 1E | 13 | 53 |
Octal | 334 | 324 | 314 | 0 | 4 | 7 | 16 | 36 | 23 | 123 |
Binary | 11011100 | 11010100 | 11001100 | 0 | 100 | 111 | 1110 | 11110 | 10011 | 1010011 |
Color Harmonies of #DCD4CC
Complementary color
Monochromatic Colors of #DCD4CC
Black with #DCD4CC
Text Example
Text Example
White with #DCD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4CC; }
p { color: rgb(220,212,204); }
H1.HeaderClassName
{
color: #DCD4CC;
}
.AnyTagClassName
{
color: #DCD4CC;
}
</style>
background-color css
<style>
a { background-color: #DCD4CC; }
a { background-color: rgb(220,212,204); }
div.DivClassName
{
background-color: #DCD4CC;
}
.BgClassName
{
background-color: #DCD4CC;
}
</style>
border-color css
<style>
span { border-color: #DCD4CC; }
span { border-color: rgb(220,212,204); }
td.TdClassName
{
border-color: #DCD4CC;
}
.TagClassName
{
border-color: #DCD4CC;
}
</style>