Html Css Color HEX #DBA1AC Pale Chestnut

📋 copy color: '#DBA1AC'

red 219 ◦ green 161 ◦ blue 172

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

Shades of Pale Chestnut #DBA1AC

Tints of Pale Chestnut #DBA1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 39.67%
G = 29.17%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBA1AC (or 0xDBA1AC) is known color: Pale Chestnut. HEX triplet: DB, A1 and AC. RGB value is (219,161,172). Sum of RGB (Red+Green+Blue) = 219+161+172=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1AC is #245E53. Grayscale: #B3B3B3. Windows color (decimal): -2383444 or 11313627. OLE color: 11313627.

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

Color convert

RGB 219 161 172 -
CMYK 0 0.26 0.21 0.14
HSL 348.62º 0.45% 0.75% -
HSV(B) 348.62º 0.26% 0.86% -
XYZ 49.4 43.53 44.83 -
YUV 179.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 219 161 172 0 0.26 0.21 0.14 348.62 0.45 0.75
Hex DB A1 AC 0 1A 15 E 15D 2D 4B
Octal 333 241 254 0 32 25 16 535 55 113
Binary 11011011 10100001 10101100 0 11010 10101 1110 101011101 101101 1001011

Color Harmonies of #DBA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1AC

Black with #DBA1AC

Text Example


Text Example

White with #DBA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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