#DBB8AB

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

Shades of Wafer #DBB8AB

Tints of Wafer #DBB8AB

Color information

#DBB8AB (or 0xDBB8AB) is unknown color: approx Wafer. HEX triplet: DB, B8 and AB. RGB value is (219,184,171). Sum of RGB (Red+Green+Blue) = 219+184+171=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8AB is #244754. Grayscale: #C1C1C1. Windows color (decimal): -2377557 or 11253979. OLE color: 11253979.

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

Color convert

RGB219184171-
CMYK00.160.220.14
HSL16.25º40%76.47%-
HSV(B)16.25º21.92%85.88%-
XYZ53.752.2845.79-
YUV192.98115.6146.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=38.15%
G=32.06%
B=29.79%

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
Decimal21918417100.160.220.1416.254076.47
HexDBB8AB01016E10284c
Octal33327025302026162050114
Binary110110111011100010101011010000101101110100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8AB; }

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

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

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

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

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

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

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

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