Html Css Color HEX #DBA2AA Pale Chestnut

📋 copy color: '#DBA2AA'

red 219 ◦ green 162 ◦ blue 170

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

Shades of Pale Chestnut #DBA2AA

Tints of Pale Chestnut #DBA2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

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

R = 39.75%
G = 29.4%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA2AA (or 0xDBA2AA) is known color: Pale Chestnut. HEX triplet: DB, A2 and AA. RGB value is (219,162,170). Sum of RGB (Red+Green+Blue) = 219+162+170=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AA is #245D55. Grayscale: #B3B3B3. Windows color (decimal): -2383190 or 11182811. OLE color: 11182811.

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

Color convert

RGB 219 162 170 -
CMYK 0 0.26 0.22 0.14
HSL 351.58º 0.44% 0.75% -
HSV(B) 351.58º 0.26% 0.86% -
XYZ 49.39 43.8 43.88 -
YUV 179.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 219 162 170 0 0.26 0.22 0.14 351.58 0.44 0.75
Hex DB A2 AA 0 1A 16 E 160 2C 4B
Octal 333 242 252 0 32 26 16 540 54 113
Binary 11011011 10100010 10101010 0 11010 10110 1110 101100000 101100 1001011

Color Harmonies of #DBA2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2AA

Black with #DBA2AA

Text Example


Text Example

White with #DBA2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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