Html Css Color HEX #DBA3AC Pale Chestnut

📋 copy color: '#DBA3AC'

red 219 ◦ green 163 ◦ blue 172

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

Shades of Pale Chestnut #DBA3AC

Tints of Pale Chestnut #DBA3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.42%

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

R = 39.53%
G = 29.42%
B = 31.05%

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

#DBA3AC (or 0xDBA3AC) is known color: Pale Chestnut. HEX triplet: DB, A3 and AC. RGB value is (219,163,172). Sum of RGB (Red+Green+Blue) = 219+163+172=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3AC is #245C53. Grayscale: #B4B4B4. Windows color (decimal): -2382932 or 11314139. OLE color: 11314139.

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

Color convert

RGB 219 163 172 -
CMYK 0 0.26 0.21 0.14
HSL 350.36º 0.44% 0.75% -
HSV(B) 350.36º 0.26% 0.86% -
XYZ 49.76 44.23 44.95 -
YUV 180.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 219 163 172 0 0.26 0.21 0.14 350.36 0.44 0.75
Hex DB A3 AC 0 1A 15 E 15E 2C 4B
Octal 333 243 254 0 32 25 16 536 54 113
Binary 11011011 10100011 10101100 0 11010 10101 1110 101011110 101100 1001011

Color Harmonies of #DBA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3AC

Black with #DBA3AC

Text Example


Text Example

White with #DBA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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