#D7BAAB

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

Shades of Wafer #D7BAAB

Tints of Wafer #D7BAAB

Color information

#D7BAAB (or 0xD7BAAB) is unknown color: approx Wafer. HEX triplet: D7, BA and AB. RGB value is (215,186,171). Sum of RGB (Red+Green+Blue) = 215+186+171=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BAAB is #284554. Grayscale: #C1C1C1. Windows color (decimal): -2639189 or 11254487. OLE color: 11254487.

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

Color convert

RGB215186171-
CMYK00.130.200.16
HSL20.45º35.48%75.69%-
HSV(B)20.45º20.47%84.31%-
XYZ52.9352.5145.87-
YUV192.96115.61143.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=37.59%
G=32.52%
B=29.90%

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
Decimal21518617100.130.200.1620.4535.4875.69
HexD7BAAB0D141014234c
Octal32727225301524202443114
Binary110101111011101010101011011011010010000101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAAB; }

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

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

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

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

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

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

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

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