Shades of Loafer #DCDCC0
Tints of Loafer #DCDCC0
RGB
CMYK
RGB Variations
Color information
#DCDCC0 (or 0xDCDCC0) is known color: Loafer. HEX triplet: DC, DC and C0. RGB value is (220,220,192). Sum of RGB (Red+Green+Blue) = 220+220+192=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC0 is #23233F. Grayscale: #D8D8D8. Windows color (decimal): -2302784 or 12639452. OLE color: 12639452.
HSL color Cylindrical-coordinate representation of color #DCDCC0: hue angle of 60º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDCC0 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 192 | - |
CMYK | 0 | 0 | 0.13 | 0.14 |
HSL | 60º | 0.29% | 0.81% | - |
HSV(B) | 60º | 0.13% | 0.86% | - |
XYZ | 64.62 | 70.21 | 60.01 | - |
YUV | 216.81 | 114 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 192 | 0 | 0 | 0.13 | 0.14 | 60 | 0.29 | 0.81 |
Hex | DC | DC | C0 | 0 | 0 | D | E | 3C | 1D | 51 |
Octal | 334 | 334 | 300 | 0 | 0 | 15 | 16 | 74 | 35 | 121 |
Binary | 11011100 | 11011100 | 11000000 | 0 | 0 | 1101 | 1110 | 111100 | 11101 | 1010001 |
Color Harmonies of #DCDCC0
Complementary color
Monochromatic Colors of #DCDCC0
Black with #DCDCC0
Text Example
Text Example
White with #DCDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCC0; }
p { color: rgb(220,220,192); }
H1.HeaderClassName
{
color: #DCDCC0;
}
.AnyTagClassName
{
color: #DCDCC0;
}
</style>
background-color css
<style>
a { background-color: #DCDCC0; }
a { background-color: rgb(220,220,192); }
div.DivClassName
{
background-color: #DCDCC0;
}
.BgClassName
{
background-color: #DCDCC0;
}
</style>
border-color css
<style>
span { border-color: #DCDCC0; }
span { border-color: rgb(220,220,192); }
td.TdClassName
{
border-color: #DCDCC0;
}
.TagClassName
{
border-color: #DCDCC0;
}
</style>