Html Css Color HEX #D7B9AF Wafer

📋 copy color: '#D7B9AF'

red 215 ◦ green 185 ◦ blue 175

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

Shades of Wafer #D7B9AF

Tints of Wafer #D7B9AF

RGB

 RED value IS 215 (84.38% from 255) = 37.39%

 GREEN value IS 185 (72.66% from 255) = 32.17%

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

R = 37.39%
G = 32.17%
B = 30.43%

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

#D7B9AF (or 0xD7B9AF) is known color: Wafer. HEX triplet: D7, B9 and AF. RGB value is (215,185,175). Sum of RGB (Red+Green+Blue) = 215+185+175=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9AF is #284650. Grayscale: #C0C0C0. Windows color (decimal): -2639441 or 11516375. OLE color: 11516375.

HSL color Cylindrical-coordinate representation of color #D7B9AF: hue angle of 15º degrees, saturation: 0.33, 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 #D7B9AF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 175 -
CMYK 0 0.14 0.19 0.16
HSL 15º 0.33% 0.76% -
HSV(B) 15º 0.19% 0.84% -
XYZ 53.11 52.24 47.84 -
YUV 192.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 215 185 175 0 0.14 0.19 0.16 15 0.33 0.76
Hex D7 B9 AF 0 E 13 10 F 21 4C
Octal 327 271 257 0 16 23 20 17 41 114
Binary 11010111 10111001 10101111 0 1110 10011 10000 1111 100001 1001100

Color Harmonies of #D7B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9AF

Black with #D7B9AF

Text Example


Text Example

White with #D7B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9AF; }

 p { color: rgb(215,185,175); }

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

background-color css

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

 a { background-color: rgb(215,185,175); }

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

border-color css

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

 span { border-color: rgb(215,185,175); }

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