Shades of Loafer #DCDCC3
Tints of Loafer #DCDCC3
RGB
CMYK
RGB Variations
Color information
#DCDCC3 (or 0xDCDCC3) is known color: Loafer. HEX triplet: DC, DC and C3. RGB value is (220,220,195). Sum of RGB (Red+Green+Blue) = 220+220+195=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC3 is #23233C. Grayscale: #D9D9D9. Windows color (decimal): -2302781 or 12836060. OLE color: 12836060.
HSL color Cylindrical-coordinate representation of color #DCDCC3: hue angle of 60º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDCC3 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 195 | - |
CMYK | 0 | 0 | 0.11 | 0.14 |
HSL | 60º | 0.26% | 0.81% | - |
HSV(B) | 60º | 0.11% | 0.86% | - |
XYZ | 64.96 | 70.34 | 61.78 | - |
YUV | 217.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 195 | 0 | 0 | 0.11 | 0.14 | 60 | 0.26 | 0.81 |
Hex | DC | DC | C3 | 0 | 0 | B | E | 3C | 1A | 51 |
Octal | 334 | 334 | 303 | 0 | 0 | 13 | 16 | 74 | 32 | 121 |
Binary | 11011100 | 11011100 | 11000011 | 0 | 0 | 1011 | 1110 | 111100 | 11010 | 1010001 |
Color Harmonies of #DCDCC3
Complementary color
Monochromatic Colors of #DCDCC3
Black with #DCDCC3
Text Example
Text Example
White with #DCDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCC3; }
p { color: rgb(220,220,195); }
H1.HeaderClassName
{
color: #DCDCC3;
}
.AnyTagClassName
{
color: #DCDCC3;
}
</style>
background-color css
<style>
a { background-color: #DCDCC3; }
a { background-color: rgb(220,220,195); }
div.DivClassName
{
background-color: #DCDCC3;
}
.BgClassName
{
background-color: #DCDCC3;
}
</style>
border-color css
<style>
span { border-color: #DCDCC3; }
span { border-color: rgb(220,220,195); }
td.TdClassName
{
border-color: #DCDCC3;
}
.TagClassName
{
border-color: #DCDCC3;
}
</style>