Html Css Color HEX #DBA5A8 Pale Chestnut

📋 copy color: '#DBA5A8'

red 219 ◦ green 165 ◦ blue 168

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

Shades of Pale Chestnut #DBA5A8

Tints of Pale Chestnut #DBA5A8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

 BLUE value IS 168 (66.02% from 255) = 30.43%

R = 39.67%
G = 29.89%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBA5A8 (or 0xDBA5A8) is known color: Pale Chestnut. HEX triplet: DB, A5 and A8. RGB value is (219,165,168). Sum of RGB (Red+Green+Blue) = 219+165+168=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5A8 is #245A57. Grayscale: #B5B5B5. Windows color (decimal): -2382424 or 11052507. OLE color: 11052507.

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

Color convert

RGB 219 165 168 -
CMYK 0 0.25 0.23 0.14
HSL 356.67º 0.43% 0.75% -
HSV(B) 356.67º 0.25% 0.86% -
XYZ 49.74 44.8 43.07 -
YUV 181.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 219 165 168 0 0.25 0.23 0.14 356.67 0.43 0.75
Hex DB A5 A8 0 19 17 E 165 2B 4B
Octal 333 245 250 0 31 27 16 545 53 113
Binary 11011011 10100101 10101000 0 11001 10111 1110 101100101 101011 1001011

Color Harmonies of #DBA5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5A8

Black with #DBA5A8

Text Example


Text Example

White with #DBA5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5A8; }

 p { color: rgb(219,165,168); }

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

background-color css

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

 a { background-color: rgb(219,165,168); }

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

border-color css

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

 span { border-color: rgb(219,165,168); }

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