Html Css Color HEX #DDAD85 Manhattan

📋 copy color: '#DDAD85'

red 221 ◦ green 173 ◦ blue 133

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

Shades of Manhattan #DDAD85

Tints of Manhattan #DDAD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.83%

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

R = 41.94%
G = 32.83%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDAD85 (or 0xDDAD85) is known color: Manhattan. HEX triplet: DD, AD and 85. RGB value is (221,173,133). Sum of RGB (Red+Green+Blue) = 221+173+133=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD85 is #22527A. Grayscale: #B7B7B7. Windows color (decimal): -2249339 or 8760797. OLE color: 8760797.

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

Color convert

RGB 221 173 133 -
CMYK 0 0.22 0.40 0.13
HSL 27.27º 0.56% 0.69% -
HSV(B) 27.27º 0.4% 0.87% -
XYZ 49 46.95 28.67 -
YUV 182.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 221 173 133 0 0.22 0.40 0.13 27.27 0.56 0.69
Hex DD AD 85 0 16 28 D 1B 38 45
Octal 335 255 205 0 26 50 15 33 70 105
Binary 11011101 10101101 10000101 0 10110 101000 1101 11011 111000 1000101

Color Harmonies of #DDAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD85

Black with #DDAD85

Text Example


Text Example

White with #DDAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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