Html Css Color HEX #DDAC7A Manhattan

📋 copy color: '#DDAC7A'

red 221 ◦ green 172 ◦ blue 122

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

Shades of Manhattan #DDAC7A

Tints of Manhattan #DDAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.69%

R = 42.91%
G = 33.4%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDAC7A (or 0xDDAC7A) is known color: Manhattan. HEX triplet: DD, AC and 7A. RGB value is (221,172,122). Sum of RGB (Red+Green+Blue) = 221+172+122=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7A is #225385. Grayscale: #B5B5B5. Windows color (decimal): -2249606 or 8039645. OLE color: 8039645.

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

Color convert

RGB 221 172 122 -
CMYK 0 0.22 0.45 0.13
HSL 30.3º 0.59% 0.67% -
HSV(B) 30.3º 0.45% 0.87% -
XYZ 48.08 46.28 24.81 -
YUV 180.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 221 172 122 0 0.22 0.45 0.13 30.3 0.59 0.67
Hex DD AC 7A 0 16 2D D 1E 3B 43
Octal 335 254 172 0 26 55 15 36 73 103
Binary 11011101 10101100 1111010 0 10110 101101 1101 11110 111011 1000011

Color Harmonies of #DDAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC7A

Black with #DDAC7A

Text Example


Text Example

White with #DDAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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