#DBB8AA

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

Shades of Wafer #DBB8AA

Tints of Wafer #DBB8AA

Color information

#DBB8AA (or 0xDBB8AA) is unknown color: approx Wafer. HEX triplet: DB, B8 and AA. RGB value is (219,184,170). Sum of RGB (Red+Green+Blue) = 219+184+170=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8AA is #244755. Grayscale: #C0C0C0. Windows color (decimal): -2377558 or 11188443. OLE color: 11188443.

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

Color convert

RGB219184170-
CMYK00.160.220.14
HSL17.14º40.5%76.27%-
HSV(B)17.14º22.37%85.88%-
XYZ53.6152.2445.29-
YUV192.87115.1146.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=38.22%
G=32.11%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918417000.160.220.1417.1440.576.27
HexDBB8AA01016E11284c
Octal33327025202026162150114
Binary110110111011100010101010010000101101110100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8AA; }

 p { color: rgb(219,184,170); }

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

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

 a { background-color: rgb(219,184,170); }

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

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

 span { border-color: rgb(219,184,170); }

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