Html Css Color HEX #DDAE8A Manhattan

📋 copy color: '#DDAE8A'

red 221 ◦ green 174 ◦ blue 138

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

Shades of Manhattan #DDAE8A

Tints of Manhattan #DDAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.89%

R = 41.46%
G = 32.65%
B = 25.89%

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

#DDAE8A (or 0xDDAE8A) is known color: Manhattan. HEX triplet: DD, AE and 8A. RGB value is (221,174,138). Sum of RGB (Red+Green+Blue) = 221+174+138=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8A is #225175. Grayscale: #B8B8B8. Windows color (decimal): -2249078 or 9088733. OLE color: 9088733.

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

Color convert

RGB 221 174 138 -
CMYK 0 0.21 0.38 0.13
HSL 26.02º 0.55% 0.7% -
HSV(B) 26.02º 0.38% 0.87% -
XYZ 49.54 47.48 30.6 -
YUV 183.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 221 174 138 0 0.21 0.38 0.13 26.02 0.55 0.7
Hex DD AE 8A 0 15 26 D 1A 37 46
Octal 335 256 212 0 25 46 15 32 67 106
Binary 11011101 10101110 10001010 0 10101 100110 1101 11010 110111 1000110

Color Harmonies of #DDAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE8A

Black with #DDAE8A

Text Example


Text Example

White with #DDAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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