Html Css Color HEX #DBA1A7 Pale Chestnut

📋 copy color: '#DBA1A7'

red 219 ◦ green 161 ◦ blue 167

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

Shades of Pale Chestnut #DBA1A7

Tints of Pale Chestnut #DBA1A7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.43%

 BLUE value IS 167 (65.63% from 255) = 30.53%

R = 40.04%
G = 29.43%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBA1A7 (or 0xDBA1A7) is known color: Pale Chestnut. HEX triplet: DB, A1 and A7. RGB value is (219,161,167). Sum of RGB (Red+Green+Blue) = 219+161+167=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1A7 is #245E58. Grayscale: #B3B3B3. Windows color (decimal): -2383449 or 10985947. OLE color: 10985947.

HSL color Cylindrical-coordinate representation of color #DBA1A7: hue angle of 353.79º degrees, saturation: 0.45, 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 #DBA1A7 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 167 -
CMYK 0 0.26 0.24 0.14
HSL 353.79º 0.45% 0.75% -
HSV(B) 353.79º 0.26% 0.86% -
XYZ 48.93 43.34 42.35 -
YUV 179.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 219 161 167 0 0.26 0.24 0.14 353.79 0.45 0.75
Hex DB A1 A7 0 1A 18 E 162 2D 4B
Octal 333 241 247 0 32 30 16 542 55 113
Binary 11011011 10100001 10100111 0 11010 11000 1110 101100010 101101 1001011

Color Harmonies of #DBA1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1A7

Black with #DBA1A7

Text Example


Text Example

White with #DBA1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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