#DBACAD

Color #DBACAD Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DBACAD

Tints of Pale Chestnut #DBACAD

Color information

#DBACAD (or 0xDBACAD) is unknown color: approx 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

RGB219172173-
CMYK00.210.210.14
HSL358.72º39.5%76.67%-
HSV(B)358.72º21.46%85.88%-
XYZ51.5147.5846-
YUV186.17120.57151.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=38.83%
G=30.50%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917217300.210.210.14358.7239.576.67
HexDBACAD01515E167274d
Octal333254255025251654747115
Binary1101101110101100101011010101011010111101011001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>