Html Css Color HEX #DBA6AA Pale Chestnut

📋 copy color: '#DBA6AA'

red 219 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #DBA6AA

Tints of Pale Chestnut #DBA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.91%

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

R = 39.46%
G = 29.91%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA6AA (or 0xDBA6AA) is known color: Pale Chestnut. HEX triplet: DB, A6 and AA. RGB value is (219,166,170). Sum of RGB (Red+Green+Blue) = 219+166+170=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6AA is #245955. Grayscale: #B6B6B6. Windows color (decimal): -2382166 or 11183835. OLE color: 11183835.

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

Color convert

RGB 219 166 170 -
CMYK 0 0.24 0.22 0.14
HSL 355.47º 0.42% 0.75% -
HSV(B) 355.47º 0.24% 0.86% -
XYZ 50.11 45.23 44.12 -
YUV 182.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 219 166 170 0 0.24 0.22 0.14 355.47 0.42 0.75
Hex DB A6 AA 0 18 16 E 163 2A 4B
Octal 333 246 252 0 30 26 16 543 52 113
Binary 11011011 10100110 10101010 0 11000 10110 1110 101100011 101010 1001011

Color Harmonies of #DBA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6AA

Black with #DBA6AA

Text Example


Text Example

White with #DBA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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