Html Css Color HEX #DDA6AA Pale Chestnut

📋 copy color: '#DDA6AA'

red 221 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #DDA6AA

Tints of Pale Chestnut #DDA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 39.68%
G = 29.8%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDA6AA (or 0xDDA6AA) is known color: Pale Chestnut. HEX triplet: DD, A6 and AA. RGB value is (221,166,170). Sum of RGB (Red+Green+Blue) = 221+166+170=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6AA is #225955. Grayscale: #B6B6B6. Windows color (decimal): -2251094 or 11183837. OLE color: 11183837.

HSL color Cylindrical-coordinate representation of color #DDA6AA: hue angle of 355.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6AA is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 170 -
CMYK 0 0.25 0.23 0.13
HSL 355.64º 0.45% 0.76% -
HSV(B) 355.64º 0.25% 0.87% -
XYZ 50.71 45.55 44.15 -
YUV 182.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 221 166 170 0 0.25 0.23 0.13 355.64 0.45 0.76
Hex DD A6 AA 0 19 17 D 164 2D 4C
Octal 335 246 252 0 31 27 15 544 55 114
Binary 11011101 10100110 10101010 0 11001 10111 1101 101100100 101101 1001100

Color Harmonies of #DDA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6AA

Black with #DDA6AA

Text Example


Text Example

White with #DDA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6AA; }

 p { color: rgb(221,166,170); }

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

background-color css

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

 a { background-color: rgb(221,166,170); }

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

border-color css

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

 span { border-color: rgb(221,166,170); }

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