Html Css Color HEX #D9B9AA Wafer

📋 copy color: '#D9B9AA'

red 217 ◦ green 185 ◦ blue 170

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

Shades of Wafer #D9B9AA

Tints of Wafer #D9B9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 37.94%
G = 32.34%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9B9AA (or 0xD9B9AA) is known color: Wafer. HEX triplet: D9, B9 and AA. RGB value is (217,185,170). Sum of RGB (Red+Green+Blue) = 217+185+170=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9AA is #264655. Grayscale: #C0C0C0. Windows color (decimal): -2508374 or 11188697. OLE color: 11188697.

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

Color convert

RGB 217 185 170 -
CMYK 0 0.15 0.22 0.15
HSL 19.15º 0.38% 0.76% -
HSV(B) 19.15º 0.22% 0.85% -
XYZ 53.22 52.35 45.33 -
YUV 192.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 217 185 170 0 0.15 0.22 0.15 19.15 0.38 0.76
Hex D9 B9 AA 0 F 16 F 13 26 4C
Octal 331 271 252 0 17 26 17 23 46 114
Binary 11011001 10111001 10101010 0 1111 10110 1111 10011 100110 1001100

Color Harmonies of #D9B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9AA

Black with #D9B9AA

Text Example


Text Example

White with #D9B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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