Html Css Color HEX #DDAC80 Manhattan

📋 copy color: '#DDAC80'

red 221 ◦ green 172 ◦ blue 128

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

Shades of Manhattan #DDAC80

Tints of Manhattan #DDAC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 42.42%
G = 33.01%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDAC80 (or 0xDDAC80) is known color: Manhattan. HEX triplet: DD, AC and 80. RGB value is (221,172,128). Sum of RGB (Red+Green+Blue) = 221+172+128=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC80 is #22537F. Grayscale: #B5B5B5. Windows color (decimal): -2249600 or 8432861. OLE color: 8432861.

HSL color Cylindrical-coordinate representation of color #DDAC80: hue angle of 28.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDAC80 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 128 -
CMYK 0 0.22 0.42 0.13
HSL 28.39º 0.58% 0.68% -
HSV(B) 28.39º 0.42% 0.87% -
XYZ 48.47 46.44 26.83 -
YUV 181.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 221 172 128 0 0.22 0.42 0.13 28.39 0.58 0.68
Hex DD AC 80 0 16 2A D 1C 3A 44
Octal 335 254 200 0 26 52 15 34 72 104
Binary 11011101 10101100 10000000 0 10110 101010 1101 11100 111010 1000100

Color Harmonies of #DDAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC80

Black with #DDAC80

Text Example


Text Example

White with #DDAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC80; }

 p { color: rgb(221,172,128); }

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

background-color css

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

 a { background-color: rgb(221,172,128); }

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

border-color css

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

 span { border-color: rgb(221,172,128); }

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