Html Css Color HEX #D5BAAB Wafer

📋 copy color: '#D5BAAB'

red 213 ◦ green 186 ◦ blue 171

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

Shades of Wafer #D5BAAB

Tints of Wafer #D5BAAB

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 value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5BAAB (or 0xD5BAAB) is known color: 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

RGB 213 186 171 -
CMYK 0 0.13 0.20 0.16
HSL 21.43º 0.33% 0.75% -
HSV(B) 21.43º 0.2% 0.84% -
XYZ 52.35 52.2 45.85 -
YUV 192.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 213 186 171 0 0.13 0.20 0.16 21.43 0.33 0.75
Hex D5 BA AB 0 D 14 10 15 21 4B
Octal 325 272 253 0 15 24 20 25 41 113
Binary 11010101 10111010 10101011 0 1101 10100 10000 10101 100001 1001011

Color Harmonies of #D5BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAAB

Black with #D5BAAB

Text Example


Text Example

White with #D5BAAB

Text Example


Text Example

HTML Codes & Css Web 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>