Html Css Color HEX #DBA9AB Pale Chestnut

📋 copy color: '#DBA9AB'

red 219 ◦ green 169 ◦ blue 171

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

Shades of Pale Chestnut #DBA9AB

Tints of Pale Chestnut #DBA9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.23%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 39.18%
G = 30.23%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA9AB (or 0xDBA9AB) is known color: Pale Chestnut. HEX triplet: DB, A9 and AB. RGB value is (219,169,171). Sum of RGB (Red+Green+Blue) = 219+169+171=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9AB is #245654. Grayscale: #B8B8B8. Windows color (decimal): -2381397 or 11250139. OLE color: 11250139.

HSL color Cylindrical-coordinate representation of color #DBA9AB: hue angle of 357.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9AB is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 171 -
CMYK 0 0.23 0.22 0.14
HSL 357.6º 0.41% 0.76% -
HSV(B) 357.6º 0.23% 0.86% -
XYZ 50.75 46.38 44.8 -
YUV 184.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 219 169 171 0 0.23 0.22 0.14 357.6 0.41 0.76
Hex DB A9 AB 0 17 16 E 166 29 4C
Octal 333 251 253 0 27 26 16 546 51 114
Binary 11011011 10101001 10101011 0 10111 10110 1110 101100110 101001 1001100

Color Harmonies of #DBA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9AB

Black with #DBA9AB

Text Example


Text Example

White with #DBA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9AB; }

 p { color: rgb(219,169,171); }

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

background-color css

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

 a { background-color: rgb(219,169,171); }

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

border-color css

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

 span { border-color: rgb(219,169,171); }

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