Html Css Color HEX #DDAC73 Manhattan

📋 copy color: '#DDAC73'

red 221 ◦ green 172 ◦ blue 115

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

Shades of Manhattan #DDAC73

Tints of Manhattan #DDAC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.64%

R = 43.5%
G = 33.86%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDAC73 (or 0xDDAC73) is known color: Manhattan. HEX triplet: DD, AC and 73. RGB value is (221,172,115). Sum of RGB (Red+Green+Blue) = 221+172+115=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC73 is #22538C. Grayscale: #B4B4B4. Windows color (decimal): -2249613 or 7580893. OLE color: 7580893.

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

Color convert

RGB 221 172 115 -
CMYK 0 0.22 0.48 0.13
HSL 32.26º 0.61% 0.66% -
HSV(B) 32.26º 0.48% 0.87% -
XYZ 47.67 46.12 22.61 -
YUV 180.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 221 172 115 0 0.22 0.48 0.13 32.26 0.61 0.66
Hex DD AC 73 0 16 30 D 20 3D 42
Octal 335 254 163 0 26 60 15 40 75 102
Binary 11011101 10101100 1110011 0 10110 110000 1101 100000 111101 1000010

Color Harmonies of #DDAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC73

Black with #DDAC73

Text Example


Text Example

White with #DDAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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