Html Css Color HEX #DBA8AC Pale Chestnut

📋 copy color: '#DBA8AC'

red 219 ◦ green 168 ◦ blue 172

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

Shades of Pale Chestnut #DBA8AC

Tints of Pale Chestnut #DBA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.05%

 BLUE value IS 172 (67.58% from 255) = 30.77%

R = 39.18%
G = 30.05%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBA8AC (or 0xDBA8AC) is known color: Pale Chestnut. HEX triplet: DB, A8 and AC. RGB value is (219,168,172). Sum of RGB (Red+Green+Blue) = 219+168+172=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AC is #245753. Grayscale: #B7B7B7. Windows color (decimal): -2381652 or 11315419. OLE color: 11315419.

HSL color Cylindrical-coordinate representation of color #DBA8AC: hue angle of 355.29º 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 #DBA8AC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 172 -
CMYK 0 0.23 0.21 0.14
HSL 355.29º 0.41% 0.76% -
HSV(B) 355.29º 0.23% 0.86% -
XYZ 50.66 46.04 45.25 -
YUV 183.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 219 168 172 0 0.23 0.21 0.14 355.29 0.41 0.76
Hex DB A8 AC 0 17 15 E 163 29 4C
Octal 333 250 254 0 27 25 16 543 51 114
Binary 11011011 10101000 10101100 0 10111 10101 1110 101100011 101001 1001100

Color Harmonies of #DBA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8AC

Black with #DBA8AC

Text Example


Text Example

White with #DBA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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