Html Css Color HEX #DDAE86 Manhattan

📋 copy color: '#DDAE86'

red 221 ◦ green 174 ◦ blue 134

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

Shades of Manhattan #DDAE86

Tints of Manhattan #DDAE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.33%

R = 41.78%
G = 32.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDAE86 (or 0xDDAE86) is known color: Manhattan. HEX triplet: DD, AE and 86. RGB value is (221,174,134). Sum of RGB (Red+Green+Blue) = 221+174+134=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE86 is #225179. Grayscale: #B7B7B7. Windows color (decimal): -2249082 or 8826589. OLE color: 8826589.

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

Color convert

RGB 221 174 134 -
CMYK 0 0.21 0.39 0.13
HSL 27.59º 0.56% 0.7% -
HSV(B) 27.59º 0.39% 0.87% -
XYZ 49.26 47.37 29.1 -
YUV 183.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 221 174 134 0 0.21 0.39 0.13 27.59 0.56 0.7
Hex DD AE 86 0 15 27 D 1C 38 46
Octal 335 256 206 0 25 47 15 34 70 106
Binary 11011101 10101110 10000110 0 10101 100111 1101 11100 111000 1000110

Color Harmonies of #DDAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE86

Black with #DDAE86

Text Example


Text Example

White with #DDAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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