Html Css Color HEX #DBA9AA Pale Chestnut

📋 copy color: '#DBA9AA'

red 219 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #DBA9AA

Tints of Pale Chestnut #DBA9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.29%

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

R = 39.25%
G = 30.29%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA9AA (or 0xDBA9AA) is known color: Pale Chestnut. HEX triplet: DB, A9 and AA. RGB value is (219,169,170). Sum of RGB (Red+Green+Blue) = 219+169+170=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9AA is #245655. Grayscale: #B8B8B8. Windows color (decimal): -2381398 or 11184603. OLE color: 11184603.

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

Color convert

RGB 219 169 170 -
CMYK 0 0.23 0.22 0.14
HSL 358.8º 0.41% 0.76% -
HSV(B) 358.8º 0.23% 0.86% -
XYZ 50.66 46.34 44.3 -
YUV 184.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 219 169 170 0 0.23 0.22 0.14 358.8 0.41 0.76
Hex DB A9 AA 0 17 16 E 167 29 4C
Octal 333 251 252 0 27 26 16 547 51 114
Binary 11011011 10101001 10101010 0 10111 10110 1110 101100111 101001 1001100

Color Harmonies of #DBA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9AA

Black with #DBA9AA

Text Example


Text Example

White with #DBA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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