Html Css Color HEX #D0A7AD Pale Chestnut

📋 copy color: '#D0A7AD'

red 208 ◦ green 167 ◦ blue 173

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

Shades of Pale Chestnut #D0A7AD

Tints of Pale Chestnut #D0A7AD

RGB

 RED value IS 208 (81.64% from 255) = 37.96%

 GREEN value IS 167 (65.63% from 255) = 30.47%

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

R = 37.96%
G = 30.47%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0A7AD (or 0xD0A7AD) is known color: Pale Chestnut. HEX triplet: D0, A7 and AD. RGB value is (208,167,173). Sum of RGB (Red+Green+Blue) = 208+167+173=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A7AD is #2F5852. Grayscale: #B3B3B3. Windows color (decimal): -3102803 or 11380688. OLE color: 11380688.

HSL color Cylindrical-coordinate representation of color #D0A7AD: hue angle of 351.22º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7AD is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 173 -
CMYK 0 0.20 0.17 0.18
HSL 351.22º 0.3% 0.74% -
HSV(B) 351.22º 0.2% 0.82% -
XYZ 47.37 44.06 45.54 -
YUV 179.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 208 167 173 0 0.20 0.17 0.18 351.22 0.3 0.74
Hex D0 A7 AD 0 14 11 12 15F 1E 4A
Octal 320 247 255 0 24 21 22 537 36 112
Binary 11010000 10100111 10101101 0 10100 10001 10010 101011111 11110 1001010

Color Harmonies of #D0A7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7AD

Black with #D0A7AD

Text Example


Text Example

White with #D0A7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7AD; }

 p { color: rgb(208,167,173); }

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

background-color css

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

 a { background-color: rgb(208,167,173); }

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

border-color css

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

 span { border-color: rgb(208,167,173); }

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