Html Css Color HEX #DDAE89 Manhattan

📋 copy color: '#DDAE89'

red 221 ◦ green 174 ◦ blue 137

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

Shades of Manhattan #DDAE89

Tints of Manhattan #DDAE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.75%

R = 41.54%
G = 32.71%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDAE89 (or 0xDDAE89) is known color: Manhattan. HEX triplet: DD, AE and 89. RGB value is (221,174,137). Sum of RGB (Red+Green+Blue) = 221+174+137=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE89 is #225176. Grayscale: #B8B8B8. Windows color (decimal): -2249079 or 9023197. OLE color: 9023197.

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

Color convert

RGB 221 174 137 -
CMYK 0 0.21 0.38 0.13
HSL 26.43º 0.55% 0.7% -
HSV(B) 26.43º 0.38% 0.87% -
XYZ 49.47 47.45 30.22 -
YUV 183.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 221 174 137 0 0.21 0.38 0.13 26.43 0.55 0.7
Hex DD AE 89 0 15 26 D 1A 37 46
Octal 335 256 211 0 25 46 15 32 67 106
Binary 11011101 10101110 10001001 0 10101 100110 1101 11010 110111 1000110

Color Harmonies of #DDAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE89

Black with #DDAE89

Text Example


Text Example

White with #DDAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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