Html Css Color HEX #D7B9AE Wafer

📋 copy color: '#D7B9AE'

red 215 ◦ green 185 ◦ blue 174

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

Shades of Wafer #D7B9AE

Tints of Wafer #D7B9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 37.46%
G = 32.23%
B = 30.31%

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

#D7B9AE (or 0xD7B9AE) is known color: Wafer. HEX triplet: D7, B9 and AE. RGB value is (215,185,174). Sum of RGB (Red+Green+Blue) = 215+185+174=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9AE is #284651. Grayscale: #C0C0C0. Windows color (decimal): -2639442 or 11450839. OLE color: 11450839.

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

Color convert

RGB 215 185 174 -
CMYK 0 0.14 0.19 0.16
HSL 16.1º 0.34% 0.76% -
HSV(B) 16.1º 0.19% 0.84% -
XYZ 53.01 52.2 47.33 -
YUV 192.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 215 185 174 0 0.14 0.19 0.16 16.1 0.34 0.76
Hex D7 B9 AE 0 E 13 10 10 22 4C
Octal 327 271 256 0 16 23 20 20 42 114
Binary 11010111 10111001 10101110 0 1110 10011 10000 10000 100010 1001100

Color Harmonies of #D7B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9AE

Black with #D7B9AE

Text Example


Text Example

White with #D7B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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