#DDB9AC

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

Shades of Wafer #DDB9AC

Tints of Wafer #DDB9AC

Color information

#DDB9AC (or 0xDDB9AC) is unknown color: approx Wafer. HEX triplet: DD, B9 and AC. RGB value is (221,185,172). Sum of RGB (Red+Green+Blue) = 221+185+172=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9AC is #224653. Grayscale: #C2C2C2. Windows color (decimal): -2246228 or 11319773. OLE color: 11319773.

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

Color convert

RGB221185172-
CMYK00.160.220.13
HSL15.92º41.88%77.06%-
HSV(B)15.92º22.17%86.67%-
XYZ54.6153.0546.39-
YUV194.28115.43147.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=38.24%
G=32.01%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118517200.160.220.1315.9241.8877.06
HexDDB9AC01016D102a4d
Octal33527125402026152052115
Binary110111011011100110101100010000101101101100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9AC; }

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

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

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

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

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

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

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

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