Html Css Color HEX #DBB9AB Wafer

📋 copy color: '#DBB9AB'

red 219 ◦ green 185 ◦ blue 171

#DBB9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wafer #DBB9AB

Tints of Wafer #DBB9AB

RGB

 RED value IS 219 (85.94% from 255) = 38.09%

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 171 (67.19% from 255) = 29.74%

R = 38.09%
G = 32.17%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBB9AB (or 0xDBB9AB) is known color: Wafer. HEX triplet: DB, B9 and AB. RGB value is (219,185,171). Sum of RGB (Red+Green+Blue) = 219+185+171=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AB is #244654. Grayscale: #C1C1C1. Windows color (decimal): -2377301 or 11254235. OLE color: 11254235.

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

Color convert

RGB 219 185 171 -
CMYK 0 0.16 0.22 0.14
HSL 17.5º 0.4% 0.76% -
HSV(B) 17.5º 0.22% 0.86% -
XYZ 53.91 52.7 45.86 -
YUV 193.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 219 185 171 0 0.16 0.22 0.14 17.5 0.4 0.76
Hex DB B9 AB 0 10 16 E 12 28 4C
Octal 333 271 253 0 20 26 16 22 50 114
Binary 11011011 10111001 10101011 0 10000 10110 1110 10010 101000 1001100

Color Harmonies of #DBB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9AB

Black with #DBB9AB

Text Example


Text Example

White with #DBB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9AB; }

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

 H1.HeaderClassName
 {
   color: #DBB9AB;
 }
 .AnyTagClassName
 {
   color: #DBB9AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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