Html Css Color HEX #DCABAC Pale Chestnut

📋 copy color: '#DCABAC'

red 220 ◦ green 171 ◦ blue 172

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

Shades of Pale Chestnut #DCABAC

Tints of Pale Chestnut #DCABAC

RGB

 RED value IS 220 (86.33% from 255) = 39.08%

 GREEN value IS 171 (67.19% from 255) = 30.37%

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

R = 39.08%
G = 30.37%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCABAC (or 0xDCABAC) is known color: Pale Chestnut. HEX triplet: DC, AB and AC. RGB value is (220,171,172). Sum of RGB (Red+Green+Blue) = 220+171+172=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABAC is #235453. Grayscale: #B9B9B9. Windows color (decimal): -2315348 or 11316188. OLE color: 11316188.

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

Color convert

RGB 220 171 172 -
CMYK 0 0.22 0.22 0.14
HSL 358.78º 0.41% 0.77% -
HSV(B) 358.78º 0.22% 0.86% -
XYZ 51.52 47.32 45.45 -
YUV 185.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 220 171 172 0 0.22 0.22 0.14 358.78 0.41 0.77
Hex DC AB AC 0 16 16 E 167 29 4D
Octal 334 253 254 0 26 26 16 547 51 115
Binary 11011100 10101011 10101100 0 10110 10110 1110 101100111 101001 1001101

Color Harmonies of #DCABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABAC

Black with #DCABAC

Text Example


Text Example

White with #DCABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABAC; }

 p { color: rgb(220,171,172); }

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

background-color css

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

 a { background-color: rgb(220,171,172); }

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

border-color css

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

 span { border-color: rgb(220,171,172); }

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