#D8BAAB

Color #D8BAAB Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #D8BAAB

Tints of Wafer #D8BAAB

Color information

#D8BAAB (or 0xD8BAAB) is unknown color: approx Wafer. HEX triplet: D8, BA and AB. RGB value is (216,186,171). Sum of RGB (Red+Green+Blue) = 216+186+171=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAAB is #274554. Grayscale: #C1C1C1. Windows color (decimal): -2573653 or 11254488. OLE color: 11254488.

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

Color convert

RGB216186171-
CMYK00.140.210.15
HSL20º36.59%75.88%-
HSV(B)20º20.83%84.71%-
XYZ53.2352.6645.89-
YUV193.26115.44144.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=37.70%
G=32.46%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618617100.140.210.152036.5975.88
HexD8BAAB0E15F14254c
Octal33027225301625172445114
Binary11011000101110101010101101110101011111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAAB; }

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

 H1.HeaderClassName
 {
   color: #D8BAAB;
 }
 .AnyTagClassName
 {
   color: #D8BAAB;
 }
</style>
background-color css

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

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

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

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

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

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