#DBB9AD

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

Shades of Wafer #DBB9AD

Tints of Wafer #DBB9AD

Color information

#DBB9AD (or 0xDBB9AD) is unknown color: approx Wafer. HEX triplet: DB, B9 and AD. RGB value is (219,185,173). Sum of RGB (Red+Green+Blue) = 219+185+173=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AD is #244652. Grayscale: #C1C1C1. Windows color (decimal): -2377299 or 11385307. OLE color: 11385307.

HSL color Cylindrical-coordinate representation of color #DBB9AD: hue angle of 15.65º 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 #DBB9AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219185173-
CMYK00.160.210.14
HSL15.65º38.98%76.86%-
HSV(B)15.65º21%85.88%-
XYZ54.1152.7846.87-
YUV193.8116.26145.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=37.95%
G=32.06%
B=29.98%

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
Decimal21918517300.160.210.1415.6538.9876.86
HexDBB9AD01015E10274d
Octal33327125502025162047115
Binary110110111011100110101101010000101011110100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9AD; }

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

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

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

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

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

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

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

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