Html Css Color HEX #DDAAB0 Pale Chestnut

📋 copy color: '#DDAAB0'

red 221 ◦ green 170 ◦ blue 176

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

Shades of Pale Chestnut #DDAAB0

Tints of Pale Chestnut #DDAAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.98%

 BLUE value IS 176 (69.14% from 255) = 31.04%

R = 38.98%
G = 29.98%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDAAB0 (or 0xDDAAB0) is known color: Pale Chestnut. HEX triplet: DD, AA and B0. RGB value is (221,170,176). Sum of RGB (Red+Green+Blue) = 221+170+176=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAB0 is #22554F. Grayscale: #B9B9B9. Windows color (decimal): -2250064 or 11578077. OLE color: 11578077.

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

Color convert

RGB 221 170 176 -
CMYK 0 0.23 0.20 0.13
HSL 352.94º 0.43% 0.77% -
HSV(B) 352.94º 0.23% 0.87% -
XYZ 52.03 47.26 47.45 -
YUV 185.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 221 170 176 0 0.23 0.20 0.13 352.94 0.43 0.77
Hex DD AA B0 0 17 14 D 161 2B 4D
Octal 335 252 260 0 27 24 15 541 53 115
Binary 11011101 10101010 10110000 0 10111 10100 1101 101100001 101011 1001101

Color Harmonies of #DDAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAB0

Black with #DDAAB0

Text Example


Text Example

White with #DDAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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