Html Css Color HEX #DDAC7C Manhattan

📋 copy color: '#DDAC7C'

red 221 ◦ green 172 ◦ blue 124

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

Shades of Manhattan #DDAC7C

Tints of Manhattan #DDAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 42.75%
G = 33.27%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDAC7C (or 0xDDAC7C) is known color: Manhattan. HEX triplet: DD, AC and 7C. RGB value is (221,172,124). Sum of RGB (Red+Green+Blue) = 221+172+124=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7C is #225383. Grayscale: #B5B5B5. Windows color (decimal): -2249604 or 8170717. OLE color: 8170717.

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

Color convert

RGB 221 172 124 -
CMYK 0 0.22 0.44 0.13
HSL 29.69º 0.59% 0.68% -
HSV(B) 29.69º 0.44% 0.87% -
XYZ 48.21 46.33 25.47 -
YUV 181.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 221 172 124 0 0.22 0.44 0.13 29.69 0.59 0.68
Hex DD AC 7C 0 16 2C D 1E 3B 44
Octal 335 254 174 0 26 54 15 36 73 104
Binary 11011101 10101100 1111100 0 10110 101100 1101 11110 111011 1000100

Color Harmonies of #DDAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC7C

Black with #DDAC7C

Text Example


Text Example

White with #DDAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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