Shades of Loafer #DCDAC4
Tints of Loafer #DCDAC4
RGB
CMYK
RGB Variations
Color information
#DCDAC4 (or 0xDCDAC4) is known color: Loafer. HEX triplet: DC, DA and C4. RGB value is (220,218,196). Sum of RGB (Red+Green+Blue) = 220+218+196=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAC4 is #23253B. Grayscale: #D8D8D8. Windows color (decimal): -2303292 or 12901084. OLE color: 12901084.
HSL color Cylindrical-coordinate representation of color #DCDAC4: hue angle of 55º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDAC4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 196 | - |
CMYK | 0 | 0.01 | 0.11 | 0.14 |
HSL | 55º | 0.26% | 0.82% | - |
HSV(B) | 55º | 0.11% | 0.86% | - |
XYZ | 64.55 | 69.34 | 62.21 | - |
YUV | 216.09 | 116.66 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 196 | 0 | 0.01 | 0.11 | 0.14 | 55 | 0.26 | 0.82 |
Hex | DC | DA | C4 | 0 | 1 | B | E | 37 | 1A | 52 |
Octal | 334 | 332 | 304 | 0 | 1 | 13 | 16 | 67 | 32 | 122 |
Binary | 11011100 | 11011010 | 11000100 | 0 | 1 | 1011 | 1110 | 110111 | 11010 | 1010010 |
Color Harmonies of #DCDAC4
Complementary color
Monochromatic Colors of #DCDAC4
Black with #DCDAC4
Text Example
Text Example
White with #DCDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAC4; }
p { color: rgb(220,218,196); }
H1.HeaderClassName
{
color: #DCDAC4;
}
.AnyTagClassName
{
color: #DCDAC4;
}
</style>
background-color css
<style>
a { background-color: #DCDAC4; }
a { background-color: rgb(220,218,196); }
div.DivClassName
{
background-color: #DCDAC4;
}
.BgClassName
{
background-color: #DCDAC4;
}
</style>
border-color css
<style>
span { border-color: #DCDAC4; }
span { border-color: rgb(220,218,196); }
td.TdClassName
{
border-color: #DCDAC4;
}
.TagClassName
{
border-color: #DCDAC4;
}
</style>