Html Css Color HEX #DDACAD Pale Chestnut

📋 copy color: '#DDACAD'

red 221 ◦ green 172 ◦ blue 173

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

Shades of Pale Chestnut #DDACAD

Tints of Pale Chestnut #DDACAD

RGB

 RED value IS 221 (86.72% from 255) = 39.05%

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

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

R = 39.05%
G = 30.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDACAD (or 0xDDACAD) is known color: Pale Chestnut. HEX triplet: DD, AC and AD. RGB value is (221,172,173). Sum of RGB (Red+Green+Blue) = 221+172+173=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAD is #225352. Grayscale: #BABABA. Windows color (decimal): -2249555 or 11381981. OLE color: 11381981.

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

Color convert

RGB 221 172 173 -
CMYK 0 0.22 0.22 0.13
HSL 358.78º 0.42% 0.77% -
HSV(B) 358.78º 0.22% 0.87% -
XYZ 52.11 47.89 46.03 -
YUV 186.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 221 172 173 0 0.22 0.22 0.13 358.78 0.42 0.77
Hex DD AC AD 0 16 16 D 167 2A 4D
Octal 335 254 255 0 26 26 15 547 52 115
Binary 11011101 10101100 10101101 0 10110 10110 1101 101100111 101010 1001101

Color Harmonies of #DDACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACAD

Black with #DDACAD

Text Example


Text Example

White with #DDACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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