Html Css Color HEX #DBA3A4 Pale Chestnut

📋 copy color: '#DBA3A4'

red 219 ◦ green 163 ◦ blue 164

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

Shades of Pale Chestnut #DBA3A4

Tints of Pale Chestnut #DBA3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.04%

R = 40.11%
G = 29.85%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBA3A4 (or 0xDBA3A4) is known color: Pale Chestnut. HEX triplet: DB, A3 and A4. RGB value is (219,163,164). Sum of RGB (Red+Green+Blue) = 219+163+164=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3A4 is #245C5B. Grayscale: #B3B3B3. Windows color (decimal): -2382940 or 10789851. OLE color: 10789851.

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

Color convert

RGB 219 163 164 -
CMYK 0 0.26 0.25 0.14
HSL 358.93º 0.44% 0.75% -
HSV(B) 358.93º 0.26% 0.86% -
XYZ 49.01 43.93 41.02 -
YUV 179.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 219 163 164 0 0.26 0.25 0.14 358.93 0.44 0.75
Hex DB A3 A4 0 1A 19 E 167 2C 4B
Octal 333 243 244 0 32 31 16 547 54 113
Binary 11011011 10100011 10100100 0 11010 11001 1110 101100111 101100 1001011

Color Harmonies of #DBA3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3A4

Black with #DBA3A4

Text Example


Text Example

White with #DBA3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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