Html Css Color HEX #DBA0A3 Pale Chestnut

📋 copy color: '#DBA0A3'

red 219 ◦ green 160 ◦ blue 163

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

Shades of Pale Chestnut #DBA0A3

Tints of Pale Chestnut #DBA0A3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 163 (64.06% from 255) = 30.07%

R = 40.41%
G = 29.52%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBA0A3 (or 0xDBA0A3) is known color: Pale Chestnut. HEX triplet: DB, A0 and A3. RGB value is (219,160,163). Sum of RGB (Red+Green+Blue) = 219+160+163=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0A3 is #245F5C. Grayscale: #B2B2B2. Windows color (decimal): -2383709 or 10723547. OLE color: 10723547.

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

Color convert

RGB 219 160 163 -
CMYK 0 0.27 0.26 0.14
HSL 356.95º 0.45% 0.74% -
HSV(B) 356.95º 0.27% 0.86% -
XYZ 48.4 42.85 40.37 -
YUV 177.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 219 160 163 0 0.27 0.26 0.14 356.95 0.45 0.74
Hex DB A0 A3 0 1B 1A E 165 2D 4A
Octal 333 240 243 0 33 32 16 545 55 112
Binary 11011011 10100000 10100011 0 11011 11010 1110 101100101 101101 1001010

Color Harmonies of #DBA0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0A3

Black with #DBA0A3

Text Example


Text Example

White with #DBA0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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