Html Css Color HEX #DDAA7A Manhattan

📋 copy color: '#DDAA7A'

red 221 ◦ green 170 ◦ blue 122

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

Shades of Manhattan #DDAA7A

Tints of Manhattan #DDAA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 43.08%
G = 33.14%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDAA7A (or 0xDDAA7A) is known color: Manhattan. HEX triplet: DD, AA and 7A. RGB value is (221,170,122). Sum of RGB (Red+Green+Blue) = 221+170+122=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA7A is #225585. Grayscale: #B4B4B4. Windows color (decimal): -2250118 or 8039133. OLE color: 8039133.

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

Color convert

RGB 221 170 122 -
CMYK 0 0.23 0.45 0.13
HSL 29.09º 0.59% 0.67% -
HSV(B) 29.09º 0.45% 0.87% -
XYZ 47.71 45.53 24.69 -
YUV 179.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 221 170 122 0 0.23 0.45 0.13 29.09 0.59 0.67
Hex DD AA 7A 0 17 2D D 1D 3B 43
Octal 335 252 172 0 27 55 15 35 73 103
Binary 11011101 10101010 1111010 0 10111 101101 1101 11101 111011 1000011

Color Harmonies of #DDAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA7A

Black with #DDAA7A

Text Example


Text Example

White with #DDAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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