Html Css Color HEX #DDAE7A Manhattan

📋 copy color: '#DDAE7A'

red 221 ◦ green 174 ◦ blue 122

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

Shades of Manhattan #DDAE7A

Tints of Manhattan #DDAE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.66%

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

R = 42.75%
G = 33.66%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDAE7A (or 0xDDAE7A) is known color: Manhattan. HEX triplet: DD, AE and 7A. RGB value is (221,174,122). Sum of RGB (Red+Green+Blue) = 221+174+122=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE7A is #225185. Grayscale: #B6B6B6. Windows color (decimal): -2249094 or 8040157. OLE color: 8040157.

HSL color Cylindrical-coordinate representation of color #DDAE7A: hue angle of 31.52º 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 #DDAE7A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 122 -
CMYK 0 0.21 0.45 0.13
HSL 31.52º 0.59% 0.67% -
HSV(B) 31.52º 0.45% 0.87% -
XYZ 48.47 47.05 24.94 -
YUV 182.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 221 174 122 0 0.21 0.45 0.13 31.52 0.59 0.67
Hex DD AE 7A 0 15 2D D 20 3B 43
Octal 335 256 172 0 25 55 15 40 73 103
Binary 11011101 10101110 1111010 0 10101 101101 1101 100000 111011 1000011

Color Harmonies of #DDAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE7A

Black with #DDAE7A

Text Example


Text Example

White with #DDAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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