Html Css Color HEX #D6A5AD Pale Chestnut

📋 copy color: '#D6A5AD'

red 214 ◦ green 165 ◦ blue 173

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

Shades of Pale Chestnut #D6A5AD

Tints of Pale Chestnut #D6A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

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

R = 38.77%
G = 29.89%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6A5AD (or 0xD6A5AD) is known color: Pale Chestnut. HEX triplet: D6, A5 and AD. RGB value is (214,165,173). Sum of RGB (Red+Green+Blue) = 214+165+173=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A5AD is #295A52. Grayscale: #B4B4B4. Windows color (decimal): -2710099 or 11380182. OLE color: 11380182.

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

Color convert

RGB 214 165 173 -
CMYK 0 0.23 0.19 0.16
HSL 350.2º 0.37% 0.74% -
HSV(B) 350.2º 0.23% 0.84% -
XYZ 48.73 44.22 45.5 -
YUV 180.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 214 165 173 0 0.23 0.19 0.16 350.2 0.37 0.74
Hex D6 A5 AD 0 17 13 10 15E 25 4A
Octal 326 245 255 0 27 23 20 536 45 112
Binary 11010110 10100101 10101101 0 10111 10011 10000 101011110 100101 1001010

Color Harmonies of #D6A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A5AD

Black with #D6A5AD

Text Example


Text Example

White with #D6A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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