#D5BAAB

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

Shades of Wafer #D5BAAB

Tints of Wafer #D5BAAB

Color information

#D5BAAB (or 0xD5BAAB) is unknown color: approx Wafer. HEX triplet: D5, BA and AB. RGB value is (213,186,171). Sum of RGB (Red+Green+Blue) = 213+186+171=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAAB is #2A4554. Grayscale: #C0C0C0. Windows color (decimal): -2770261 or 11254485. OLE color: 11254485.

HSL color Cylindrical-coordinate representation of color #D5BAAB: hue angle of 21.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BAAB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213186171-
CMYK00.130.200.16
HSL21.43º33.33%75.29%-
HSV(B)21.43º19.72%83.53%-
XYZ52.3552.245.85-
YUV192.36115.95142.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 171 (67.19% from 255) = 30%
R=37.37%
G=32.63%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318617100.130.200.1621.4333.3375.29
HexD5BAAB0D141015214b
Octal32527225301524202541113
Binary110101011011101010101011011011010010000101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAAB; }

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

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

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

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

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

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

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

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