Html Css Color HEX #DDAE7E Manhattan

📋 copy color: '#DDAE7E'

red 221 ◦ green 174 ◦ blue 126

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

Shades of Manhattan #DDAE7E

Tints of Manhattan #DDAE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 42.42%
G = 33.4%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDAE7E (or 0xDDAE7E) is known color: Manhattan. HEX triplet: DD, AE and 7E. RGB value is (221,174,126). Sum of RGB (Red+Green+Blue) = 221+174+126=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE7E is #225181. Grayscale: #B6B6B6. Windows color (decimal): -2249090 or 8302301. OLE color: 8302301.

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

Color convert

RGB 221 174 126 -
CMYK 0 0.21 0.43 0.13
HSL 30.32º 0.58% 0.68% -
HSV(B) 30.32º 0.43% 0.87% -
XYZ 48.72 47.15 26.27 -
YUV 182.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 221 174 126 0 0.21 0.43 0.13 30.32 0.58 0.68
Hex DD AE 7E 0 15 2B D 1E 3A 44
Octal 335 256 176 0 25 53 15 36 72 104
Binary 11011101 10101110 1111110 0 10101 101011 1101 11110 111010 1000100

Color Harmonies of #DDAE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE7E

Black with #DDAE7E

Text Example


Text Example

White with #DDAE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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