Html Css Color HEX #D5B8AF Wafer

📋 copy color: '#D5B8AF'

red 213 ◦ green 184 ◦ blue 175

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

Shades of Wafer #D5B8AF

Tints of Wafer #D5B8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 37.24%
G = 32.17%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5B8AF (or 0xD5B8AF) is known color: Wafer. HEX triplet: D5, B8 and AF. RGB value is (213,184,175). Sum of RGB (Red+Green+Blue) = 213+184+175=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B8AF is #2A4750. Grayscale: #BFBFBF. Windows color (decimal): -2770769 or 11516117. OLE color: 11516117.

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

Color convert

RGB 213 184 175 -
CMYK 0 0.14 0.18 0.16
HSL 14.21º 0.31% 0.76% -
HSV(B) 14.21º 0.18% 0.84% -
XYZ 52.32 51.52 47.74 -
YUV 191.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 213 184 175 0 0.14 0.18 0.16 14.21 0.31 0.76
Hex D5 B8 AF 0 E 12 10 E 1F 4C
Octal 325 270 257 0 16 22 20 16 37 114
Binary 11010101 10111000 10101111 0 1110 10010 10000 1110 11111 1001100

Color Harmonies of #D5B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B8AF

Black with #D5B8AF

Text Example


Text Example

White with #D5B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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