Html Css Color HEX #D9B9AF Wafer

📋 copy color: '#D9B9AF'

red 217 ◦ green 185 ◦ blue 175

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

Shades of Wafer #D9B9AF

Tints of Wafer #D9B9AF

RGB

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

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

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

R = 37.61%
G = 32.06%
B = 30.33%

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

#D9B9AF (or 0xD9B9AF) is known color: Wafer. HEX triplet: D9, B9 and AF. RGB value is (217,185,175). Sum of RGB (Red+Green+Blue) = 217+185+175=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9AF is #264650. Grayscale: #C1C1C1. Windows color (decimal): -2508369 or 11516377. OLE color: 11516377.

HSL color Cylindrical-coordinate representation of color #D9B9AF: hue angle of 14.29º 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 #D9B9AF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 175 -
CMYK 0 0.15 0.19 0.15
HSL 14.29º 0.36% 0.77% -
HSV(B) 14.29º 0.19% 0.85% -
XYZ 53.7 52.54 47.87 -
YUV 193.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 217 185 175 0 0.15 0.19 0.15 14.29 0.36 0.77
Hex D9 B9 AF 0 F 13 F E 24 4D
Octal 331 271 257 0 17 23 17 16 44 115
Binary 11011001 10111001 10101111 0 1111 10011 1111 1110 100100 1001101

Color Harmonies of #D9B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9AF

Black with #D9B9AF

Text Example


Text Example

White with #D9B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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