Html Css Color HEX #D9B8AB Wafer

📋 copy color: '#D9B8AB'

red 217 ◦ green 184 ◦ blue 171

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

Shades of Wafer #D9B8AB

Tints of Wafer #D9B8AB

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

 GREEN value IS 184 (72.27% from 255) = 32.17%

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

R = 37.94%
G = 32.17%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9B8AB (or 0xD9B8AB) is known color: Wafer. HEX triplet: D9, B8 and AB. RGB value is (217,184,171). Sum of RGB (Red+Green+Blue) = 217+184+171=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B8AB is #264754. Grayscale: #C0C0C0. Windows color (decimal): -2508629 or 11253977. OLE color: 11253977.

HSL color Cylindrical-coordinate representation of color #D9B8AB: hue angle of 16.96º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B8AB is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 184 171 -
CMYK 0 0.15 0.21 0.15
HSL 16.96º 0.38% 0.76% -
HSV(B) 16.96º 0.21% 0.85% -
XYZ 53.11 51.97 45.76 -
YUV 192.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 217 184 171 0 0.15 0.21 0.15 16.96 0.38 0.76
Hex D9 B8 AB 0 F 15 F 11 26 4C
Octal 331 270 253 0 17 25 17 21 46 114
Binary 11011001 10111000 10101011 0 1111 10101 1111 10001 100110 1001100

Color Harmonies of #D9B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8AB

Black with #D9B8AB

Text Example


Text Example

White with #D9B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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