Html Css Color HEX #DCABAE Pale Chestnut

📋 copy color: '#DCABAE'

red 220 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #DCABAE

Tints of Pale Chestnut #DCABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 38.94%
G = 30.27%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCABAE (or 0xDCABAE) is known color: Pale Chestnut. HEX triplet: DC, AB and AE. RGB value is (220,171,174). Sum of RGB (Red+Green+Blue) = 220+171+174=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABAE is #235451. Grayscale: #BABABA. Windows color (decimal): -2315346 or 11447260. OLE color: 11447260.

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

Color convert

RGB 220 171 174 -
CMYK 0 0.22 0.21 0.14
HSL 356.33º 0.41% 0.77% -
HSV(B) 356.33º 0.22% 0.86% -
XYZ 51.72 47.4 46.47 -
YUV 185.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 220 171 174 0 0.22 0.21 0.14 356.33 0.41 0.77
Hex DC AB AE 0 16 15 E 164 29 4D
Octal 334 253 256 0 26 25 16 544 51 115
Binary 11011100 10101011 10101110 0 10110 10101 1110 101100100 101001 1001101

Color Harmonies of #DCABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABAE

Black with #DCABAE

Text Example


Text Example

White with #DCABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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