Html Css Color HEX #DAACAD Pale Chestnut

📋 copy color: '#DAACAD'

red 218 ◦ green 172 ◦ blue 173

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

Shades of Pale Chestnut #DAACAD

Tints of Pale Chestnut #DAACAD

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

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

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

R = 38.72%
G = 30.55%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAACAD (or 0xDAACAD) is known color: Pale Chestnut. HEX triplet: DA, AC and AD. RGB value is (218,172,173). Sum of RGB (Red+Green+Blue) = 218+172+173=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAD is #255352. Grayscale: #B9B9B9. Windows color (decimal): -2446163 or 11381978. OLE color: 11381978.

HSL color Cylindrical-coordinate representation of color #DAACAD: hue angle of 358.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACAD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 173 -
CMYK 0 0.21 0.21 0.15
HSL 358.7º 0.38% 0.76% -
HSV(B) 358.7º 0.21% 0.85% -
XYZ 51.21 47.43 45.99 -
YUV 185.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 218 172 173 0 0.21 0.21 0.15 358.7 0.38 0.76
Hex DA AC AD 0 15 15 F 167 26 4C
Octal 332 254 255 0 25 25 17 547 46 114
Binary 11011010 10101100 10101101 0 10101 10101 1111 101100111 100110 1001100

Color Harmonies of #DAACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACAD

Black with #DAACAD

Text Example


Text Example

White with #DAACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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