Html Css Color HEX #DBA7AD Pale Chestnut

📋 copy color: '#DBA7AD'

red 219 ◦ green 167 ◦ blue 173

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

Shades of Pale Chestnut #DBA7AD

Tints of Pale Chestnut #DBA7AD

RGB

 RED value IS 219 (85.94% from 255) = 39.18%

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

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

R = 39.18%
G = 29.87%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBA7AD (or 0xDBA7AD) is known color: Pale Chestnut. HEX triplet: DB, A7 and AD. RGB value is (219,167,173). Sum of RGB (Red+Green+Blue) = 219+167+173=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7AD is #245852. Grayscale: #B7B7B7. Windows color (decimal): -2381907 or 11380699. OLE color: 11380699.

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

Color convert

RGB 219 167 173 -
CMYK 0 0.24 0.21 0.14
HSL 353.08º 0.42% 0.76% -
HSV(B) 353.08º 0.24% 0.86% -
XYZ 50.57 45.71 45.69 -
YUV 183.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 219 167 173 0 0.24 0.21 0.14 353.08 0.42 0.76
Hex DB A7 AD 0 18 15 E 161 2A 4C
Octal 333 247 255 0 30 25 16 541 52 114
Binary 11011011 10100111 10101101 0 11000 10101 1110 101100001 101010 1001100

Color Harmonies of #DBA7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7AD

Black with #DBA7AD

Text Example


Text Example

White with #DBA7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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