#DCBCB0

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

Shades of Wafer #DCBCB0

Tints of Wafer #DCBCB0

Color information

#DCBCB0 (or 0xDCBCB0) is unknown color: approx Wafer. HEX triplet: DC, BC and B0. RGB value is (220,188,176). Sum of RGB (Red+Green+Blue) = 220+188+176=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCB0 is #23434F. Grayscale: #C4C4C4. Windows color (decimal): -2310992 or 11582684. OLE color: 11582684.

HSL color Cylindrical-coordinate representation of color #DCBCB0: hue angle of 16.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBCB0 is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220188176-
CMYK00.150.20.14
HSL16.36º38.6%77.65%-
HSV(B)16.36º20%86.27%-
XYZ55.3354.3248.64-
YUV196.2116.6144.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=37.67%
G=32.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018817600.150.20.1416.3638.677.65
HexDCBCB00F14E10274e
Octal33427426001724162047116
Binary11011100101111001011000001111101001110100001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB0; }

 p { color: rgb(220,188,176); }

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

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

 a { background-color: rgb(220,188,176); }

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

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

 span { border-color: rgb(220,188,176); }

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