#DDB9AB

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

Shades of Wafer #DDB9AB

Tints of Wafer #DDB9AB

Color information

#DDB9AB (or 0xDDB9AB) is unknown color: approx Wafer. HEX triplet: DD, B9 and AB. RGB value is (221,185,171). Sum of RGB (Red+Green+Blue) = 221+185+171=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9AB is #224654. Grayscale: #C2C2C2. Windows color (decimal): -2246229 or 11254237. OLE color: 11254237.

HSL color Cylindrical-coordinate representation of color #DDB9AB: hue angle of 16.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB9AB is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221185171-
CMYK00.160.230.13
HSL16.8º42.37%76.86%-
HSV(B)16.8º22.62%86.67%-
XYZ54.5253.0145.89-
YUV194.17114.93147.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=38.30%
G=32.06%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118517100.160.230.1316.842.3776.86
HexDDB9AB01017D112a4d
Octal33527125302027152152115
Binary110111011011100110101011010000101111101100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9AB; }

 p { color: rgb(221,185,171); }

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

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

 a { background-color: rgb(221,185,171); }

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

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

 span { border-color: rgb(221,185,171); }

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