#DBB9AC

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

Shades of Wafer #DBB9AC

Tints of Wafer #DBB9AC

Color information

#DBB9AC (or 0xDBB9AC) is unknown color: approx Wafer. HEX triplet: DB, B9 and AC. RGB value is (219,185,172). Sum of RGB (Red+Green+Blue) = 219+185+172=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AC is #244653. Grayscale: #C1C1C1. Windows color (decimal): -2377300 or 11319771. OLE color: 11319771.

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

Color convert

RGB219185172-
CMYK00.160.210.14
HSL16.6º39.5%76.67%-
HSV(B)16.6º21.46%85.88%-
XYZ54.0152.7446.36-
YUV193.68115.76146.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=38.02%
G=32.12%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918517200.160.210.1416.639.576.67
HexDBB9AC01015E11274d
Octal33327125402025162147115
Binary110110111011100110101100010000101011110100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9AC; }

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

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

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

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

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

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

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

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