Html Css Color HEX #DDAA6F Manhattan

📋 copy color: '#DDAA6F'

red 221 ◦ green 170 ◦ blue 111

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

Shades of Manhattan #DDAA6F

Tints of Manhattan #DDAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 44.02%
G = 33.86%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDAA6F (or 0xDDAA6F) is known color: Manhattan. HEX triplet: DD, AA and 6F. RGB value is (221,170,111). Sum of RGB (Red+Green+Blue) = 221+170+111=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA6F is #225590. Grayscale: #B2B2B2. Windows color (decimal): -2250129 or 7318237. OLE color: 7318237.

HSL color Cylindrical-coordinate representation of color #DDAA6F: hue angle of 32.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDAA6F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 111 -
CMYK 0 0.23 0.50 0.13
HSL 32.18º 0.62% 0.65% -
HSV(B) 32.18º 0.5% 0.87% -
XYZ 47.06 45.27 21.3 -
YUV 178.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 221 170 111 0 0.23 0.50 0.13 32.18 0.62 0.65
Hex DD AA 6F 0 17 32 D 20 3E 41
Octal 335 252 157 0 27 62 15 40 76 101
Binary 11011101 10101010 1101111 0 10111 110010 1101 100000 111110 1000001

Color Harmonies of #DDAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA6F

Black with #DDAA6F

Text Example


Text Example

White with #DDAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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