Html Css Color HEX #DDAE85 Manhattan

📋 copy color: '#DDAE85'

red 221 ◦ green 174 ◦ blue 133

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

Shades of Manhattan #DDAE85

Tints of Manhattan #DDAE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 41.86%
G = 32.95%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDAE85 (or 0xDDAE85) is known color: Manhattan. HEX triplet: DD, AE and 85. RGB value is (221,174,133). Sum of RGB (Red+Green+Blue) = 221+174+133=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE85 is #22517A. Grayscale: #B7B7B7. Windows color (decimal): -2249083 or 8761053. OLE color: 8761053.

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

Color convert

RGB 221 174 133 -
CMYK 0 0.21 0.40 0.13
HSL 27.95º 0.56% 0.69% -
HSV(B) 27.95º 0.4% 0.87% -
XYZ 49.19 47.34 28.73 -
YUV 183.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 221 174 133 0 0.21 0.40 0.13 27.95 0.56 0.69
Hex DD AE 85 0 15 28 D 1C 38 45
Octal 335 256 205 0 25 50 15 34 70 105
Binary 11011101 10101110 10000101 0 10101 101000 1101 11100 111000 1000101

Color Harmonies of #DDAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE85

Black with #DDAE85

Text Example


Text Example

White with #DDAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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