Html Css Color HEX #DDAC76 Manhattan

📋 copy color: '#DDAC76'

red 221 ◦ green 172 ◦ blue 118

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

Shades of Manhattan #DDAC76

Tints of Manhattan #DDAC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.09%

R = 43.25%
G = 33.66%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDAC76 (or 0xDDAC76) is known color: Manhattan. HEX triplet: DD, AC and 76. RGB value is (221,172,118). Sum of RGB (Red+Green+Blue) = 221+172+118=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC76 is #225389. Grayscale: #B4B4B4. Windows color (decimal): -2249610 or 7777501. OLE color: 7777501.

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

Color convert

RGB 221 172 118 -
CMYK 0 0.22 0.47 0.13
HSL 31.46º 0.6% 0.66% -
HSV(B) 31.46º 0.47% 0.87% -
XYZ 47.84 46.19 23.53 -
YUV 180.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 221 172 118 0 0.22 0.47 0.13 31.46 0.6 0.66
Hex DD AC 76 0 16 2F D 1F 3C 42
Octal 335 254 166 0 26 57 15 37 74 102
Binary 11011101 10101100 1110110 0 10110 101111 1101 11111 111100 1000010

Color Harmonies of #DDAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC76

Black with #DDAC76

Text Example


Text Example

White with #DDAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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