Html Css Color HEX #DBA0AA Pale Chestnut

📋 copy color: '#DBA0AA'

red 219 ◦ green 160 ◦ blue 170

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

Shades of Pale Chestnut #DBA0AA

Tints of Pale Chestnut #DBA0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.14%

 BLUE value IS 170 (66.8% from 255) = 30.97%

R = 39.89%
G = 29.14%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA0AA (or 0xDBA0AA) is known color: Pale Chestnut. HEX triplet: DB, A0 and AA. RGB value is (219,160,170). Sum of RGB (Red+Green+Blue) = 219+160+170=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0AA is #245F55. Grayscale: #B2B2B2. Windows color (decimal): -2383702 or 11182299. OLE color: 11182299.

HSL color Cylindrical-coordinate representation of color #DBA0AA: hue angle of 349.83º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0AA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 170 -
CMYK 0 0.27 0.22 0.14
HSL 349.83º 0.45% 0.74% -
HSV(B) 349.83º 0.27% 0.86% -
XYZ 49.04 43.1 43.77 -
YUV 178.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 219 160 170 0 0.27 0.22 0.14 349.83 0.45 0.74
Hex DB A0 AA 0 1B 16 E 15E 2D 4A
Octal 333 240 252 0 33 26 16 536 55 112
Binary 11011011 10100000 10101010 0 11011 10110 1110 101011110 101101 1001010

Color Harmonies of #DBA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0AA

Black with #DBA0AA

Text Example


Text Example

White with #DBA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0AA; }

 p { color: rgb(219,160,170); }

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

background-color css

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

 a { background-color: rgb(219,160,170); }

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

border-color css

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

 span { border-color: rgb(219,160,170); }

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