Html Css Color HEX #DBACAD Pale Chestnut

📋 copy color: '#DBACAD'

red 219 ◦ green 172 ◦ blue 173

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

Shades of Pale Chestnut #DBACAD

Tints of Pale Chestnut #DBACAD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 38.83%
G = 30.5%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBACAD (or 0xDBACAD) is known color: Pale Chestnut. HEX triplet: DB, AC and AD. RGB value is (219,172,173). Sum of RGB (Red+Green+Blue) = 219+172+173=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACAD is #245352. Grayscale: #BABABA. Windows color (decimal): -2380627 or 11381979. OLE color: 11381979.

HSL color Cylindrical-coordinate representation of color #DBACAD: hue angle of 358.72º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACAD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 173 -
CMYK 0 0.21 0.21 0.14
HSL 358.72º 0.39% 0.77% -
HSV(B) 358.72º 0.21% 0.86% -
XYZ 51.51 47.58 46 -
YUV 186.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 219 172 173 0 0.21 0.21 0.14 358.72 0.39 0.77
Hex DB AC AD 0 15 15 E 167 27 4D
Octal 333 254 255 0 25 25 16 547 47 115
Binary 11011011 10101100 10101101 0 10101 10101 1110 101100111 100111 1001101

Color Harmonies of #DBACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACAD

Black with #DBACAD

Text Example


Text Example

White with #DBACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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