#DCC1B9

Color #DCC1B9 Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #DCC1B9

Tints of Wafer #DCC1B9

Color information

#DCC1B9 (or 0xDCC1B9) is unknown color: approx Wafer. HEX triplet: DC, C1 and B9. RGB value is (220,193,185). Sum of RGB (Red+Green+Blue) = 220+193+185=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1B9 is #233E46. Grayscale: #C8C8C8. Windows color (decimal): -2309703 or 12173788. OLE color: 12173788.

HSL color Cylindrical-coordinate representation of color #DCC1B9: hue angle of 13.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC1B9 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220193185-
CMYK00.120.160.14
HSL13.71º33.33%79.41%-
HSV(B)13.71º15.91%86.27%-
XYZ57.3456.8653.85-
YUV200.16119.45142.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=36.79%
G=32.27%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019318500.120.160.1413.7133.3379.41
HexDCC1B90C10Ee214f
Octal33430127101420161641117
Binary1101110011000001101110010110010000111011101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1B9; }

 p { color: rgb(220,193,185); }

 H1.HeaderClassName
 {
   color: #DCC1B9;
 }
 .AnyTagClassName
 {
   color: #DCC1B9;
 }
</style>
background-color css

<style>
 a { background-color: #DCC1B9; }

 a { background-color: rgb(220,193,185); }

 div.DivClassName
 {
   background-color: #DCC1B9;
 }
 .BgClassName
 {
   background-color: #DCC1B9;
 }
</style>
border-color css

<style>
 span { border-color: #DCC1B9; }

 span { border-color: rgb(220,193,185); }

 td.TdClassName
 {
   border-color: #DCC1B9;
 }
 .TagClassName
 {
   border-color: #DCC1B9;
 }
</style>