Html Css Color HEX #D8BAAC Wafer

📋 copy color: '#D8BAAC'

red 216 ◦ green 186 ◦ blue 172

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

Shades of Wafer #D8BAAC

Tints of Wafer #D8BAAC

RGB

 RED value IS 216 (84.77% from 255) = 37.63%

 GREEN value IS 186 (73.05% from 255) = 32.4%

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

R = 37.63%
G = 32.4%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8BAAC (or 0xD8BAAC) is known color: Wafer. HEX triplet: D8, BA and AC. RGB value is (216,186,172). Sum of RGB (Red+Green+Blue) = 216+186+172=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAAC is #274553. Grayscale: #C1C1C1. Windows color (decimal): -2573652 or 11320024. OLE color: 11320024.

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

Color convert

RGB 216 186 172 -
CMYK 0 0.14 0.20 0.15
HSL 19.09º 0.36% 0.76% -
HSV(B) 19.09º 0.2% 0.85% -
XYZ 53.32 52.7 46.39 -
YUV 193.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 216 186 172 0 0.14 0.20 0.15 19.09 0.36 0.76
Hex D8 BA AC 0 E 14 F 13 24 4C
Octal 330 272 254 0 16 24 17 23 44 114
Binary 11011000 10111010 10101100 0 1110 10100 1111 10011 100100 1001100

Color Harmonies of #D8BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAAC

Black with #D8BAAC

Text Example


Text Example

White with #D8BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAAC; }

 p { color: rgb(216,186,172); }

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

background-color css

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

 a { background-color: rgb(216,186,172); }

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

border-color css

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

 span { border-color: rgb(216,186,172); }

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