Html Css Color HEX #DDAD84 Manhattan

📋 copy color: '#DDAD84'

red 221 ◦ green 173 ◦ blue 132

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

Shades of Manhattan #DDAD84

Tints of Manhattan #DDAD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.1%

R = 42.02%
G = 32.89%
B = 25.1%

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

#DDAD84 (or 0xDDAD84) is known color: Manhattan. HEX triplet: DD, AD and 84. RGB value is (221,173,132). Sum of RGB (Red+Green+Blue) = 221+173+132=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD84 is #22527B. Grayscale: #B6B6B6. Windows color (decimal): -2249340 or 8695261. OLE color: 8695261.

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

Color convert

RGB 221 173 132 -
CMYK 0 0.22 0.40 0.13
HSL 27.64º 0.57% 0.69% -
HSV(B) 27.64º 0.4% 0.87% -
XYZ 48.93 46.93 28.31 -
YUV 182.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 221 173 132 0 0.22 0.40 0.13 27.64 0.57 0.69
Hex DD AD 84 0 16 28 D 1C 39 45
Octal 335 255 204 0 26 50 15 34 71 105
Binary 11011101 10101101 10000100 0 10110 101000 1101 11100 111001 1000101

Color Harmonies of #DDAD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD84

Black with #DDAD84

Text Example


Text Example

White with #DDAD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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