Html Css Color HEX #D6A3AD Pale Chestnut

📋 copy color: '#D6A3AD'

red 214 ◦ green 163 ◦ blue 173

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

Shades of Pale Chestnut #D6A3AD

Tints of Pale Chestnut #D6A3AD

RGB

 RED value IS 214 (83.98% from 255) = 38.91%

 GREEN value IS 163 (64.06% from 255) = 29.64%

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

R = 38.91%
G = 29.64%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6A3AD (or 0xD6A3AD) is known color: Pale Chestnut. HEX triplet: D6, A3 and AD. RGB value is (214,163,173). Sum of RGB (Red+Green+Blue) = 214+163+173=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A3AD is #295C52. Grayscale: #B3B3B3. Windows color (decimal): -2710611 or 11379670. OLE color: 11379670.

HSL color Cylindrical-coordinate representation of color #D6A3AD: hue angle of 348.24º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3AD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 173 -
CMYK 0 0.24 0.19 0.16
HSL 348.24º 0.38% 0.74% -
HSV(B) 348.24º 0.24% 0.84% -
XYZ 48.37 43.51 45.38 -
YUV 179.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 214 163 173 0 0.24 0.19 0.16 348.24 0.38 0.74
Hex D6 A3 AD 0 18 13 10 15C 26 4A
Octal 326 243 255 0 30 23 20 534 46 112
Binary 11010110 10100011 10101101 0 11000 10011 10000 101011100 100110 1001010

Color Harmonies of #D6A3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3AD

Black with #D6A3AD

Text Example


Text Example

White with #D6A3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3AD; }

 p { color: rgb(214,163,173); }

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

background-color css

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

 a { background-color: rgb(214,163,173); }

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

border-color css

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

 span { border-color: rgb(214,163,173); }

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