Html Css Color HEX #D9B9AC Wafer

📋 copy color: '#D9B9AC'

red 217 ◦ green 185 ◦ blue 172

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

Shades of Wafer #D9B9AC

Tints of Wafer #D9B9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 37.8%
G = 32.23%
B = 29.97%

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

#D9B9AC (or 0xD9B9AC) is known color: Wafer. HEX triplet: D9, B9 and AC. RGB value is (217,185,172). Sum of RGB (Red+Green+Blue) = 217+185+172=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9AC is #264653. Grayscale: #C1C1C1. Windows color (decimal): -2508372 or 11319769. OLE color: 11319769.

HSL color Cylindrical-coordinate representation of color #D9B9AC: hue angle of 17.33º degrees, saturation: 0.37, 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 #D9B9AC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 172 -
CMYK 0 0.15 0.21 0.15
HSL 17.33º 0.37% 0.76% -
HSV(B) 17.33º 0.21% 0.85% -
XYZ 53.41 52.43 46.33 -
YUV 193.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 217 185 172 0 0.15 0.21 0.15 17.33 0.37 0.76
Hex D9 B9 AC 0 F 15 F 11 25 4C
Octal 331 271 254 0 17 25 17 21 45 114
Binary 11011001 10111001 10101100 0 1111 10101 1111 10001 100101 1001100

Color Harmonies of #D9B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9AC

Black with #D9B9AC

Text Example


Text Example

White with #D9B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9AC; }

 p { color: rgb(217,185,172); }

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

background-color css

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

 a { background-color: rgb(217,185,172); }

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

border-color css

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

 span { border-color: rgb(217,185,172); }

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