Html Css Color HEX #D5B8AD Wafer

📋 copy color: '#D5B8AD'

red 213 ◦ green 184 ◦ blue 173

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

Shades of Wafer #D5B8AD

Tints of Wafer #D5B8AD

RGB

 RED value IS 213 (83.59% from 255) = 37.37%

 GREEN value IS 184 (72.27% from 255) = 32.28%

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 37.37%
G = 32.28%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D5B8AD (or 0xD5B8AD) is known color: Wafer. HEX triplet: D5, B8 and AD. RGB value is (213,184,173). Sum of RGB (Red+Green+Blue) = 213+184+173=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B8AD is #2A4752. Grayscale: #BFBFBF. Windows color (decimal): -2770771 or 11385045. OLE color: 11385045.

HSL color Cylindrical-coordinate representation of color #D5B8AD: hue angle of 16.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B8AD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 184 173 -
CMYK 0 0.14 0.19 0.16
HSL 16.5º 0.32% 0.76% -
HSV(B) 16.5º 0.19% 0.84% -
XYZ 52.12 51.44 46.72 -
YUV 191.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 213 184 173 0 0.14 0.19 0.16 16.5 0.32 0.76
Hex D5 B8 AD 0 E 13 10 10 20 4C
Octal 325 270 255 0 16 23 20 20 40 114
Binary 11010101 10111000 10101101 0 1110 10011 10000 10000 100000 1001100

Color Harmonies of #D5B8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B8AD

Black with #D5B8AD

Text Example


Text Example

White with #D5B8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B8AD; }

 p { color: rgb(213,184,173); }

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

background-color css

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

 a { background-color: rgb(213,184,173); }

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

border-color css

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

 span { border-color: rgb(213,184,173); }

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