Html Css Color HEX #DCB9AD Wafer

📋 copy color: '#DCB9AD'

red 220 ◦ green 185 ◦ blue 173

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

Shades of Wafer #DCB9AD

Tints of Wafer #DCB9AD

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

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

 BLUE value IS 173 (67.97% from 255) = 29.93%

R = 38.06%
G = 32.01%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCB9AD (or 0xDCB9AD) is known color: Wafer. HEX triplet: DC, B9 and AD. RGB value is (220,185,173). Sum of RGB (Red+Green+Blue) = 220+185+173=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AD is #234652. Grayscale: #C2C2C2. Windows color (decimal): -2311763 or 11385308. OLE color: 11385308.

HSL color Cylindrical-coordinate representation of color #DCB9AD: hue angle of 15.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB9AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 173 -
CMYK 0 0.16 0.21 0.14
HSL 15.32º 0.4% 0.77% -
HSV(B) 15.32º 0.21% 0.86% -
XYZ 54.41 52.93 46.88 -
YUV 194.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 220 185 173 0 0.16 0.21 0.14 15.32 0.4 0.77
Hex DC B9 AD 0 10 15 E F 28 4D
Octal 334 271 255 0 20 25 16 17 50 115
Binary 11011100 10111001 10101101 0 10000 10101 1110 1111 101000 1001101

Color Harmonies of #DCB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9AD

Black with #DCB9AD

Text Example


Text Example

White with #DCB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9AD; }

 p { color: rgb(220,185,173); }

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

background-color css

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

 a { background-color: rgb(220,185,173); }

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

border-color css

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

 span { border-color: rgb(220,185,173); }

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