Html Css Color HEX #D9B8AF Wafer

📋 copy color: '#D9B8AF'

red 217 ◦ green 184 ◦ blue 175

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

Shades of Wafer #D9B8AF

Tints of Wafer #D9B8AF

RGB

 RED value IS 217 (85.16% from 255) = 37.67%

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

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

R = 37.67%
G = 31.94%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9B8AF (or 0xD9B8AF) is known color: Wafer. HEX triplet: D9, B8 and AF. RGB value is (217,184,175). Sum of RGB (Red+Green+Blue) = 217+184+175=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B8AF is #264750. Grayscale: #C0C0C0. Windows color (decimal): -2508625 or 11516121. OLE color: 11516121.

HSL color Cylindrical-coordinate representation of color #D9B8AF: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B8AF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 184 175 -
CMYK 0 0.15 0.19 0.15
HSL 12.86º 0.36% 0.77% -
HSV(B) 12.86º 0.19% 0.85% -
XYZ 53.49 52.13 47.8 -
YUV 192.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 217 184 175 0 0.15 0.19 0.15 12.86 0.36 0.77
Hex D9 B8 AF 0 F 13 F D 24 4D
Octal 331 270 257 0 17 23 17 15 44 115
Binary 11011001 10111000 10101111 0 1111 10011 1111 1101 100100 1001101

Color Harmonies of #D9B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8AF

Black with #D9B8AF

Text Example


Text Example

White with #D9B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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