Html Css Color HEX #DCAC76 Manhattan

📋 copy color: '#DCAC76'

red 220 ◦ green 172 ◦ blue 118

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

Shades of Manhattan #DCAC76

Tints of Manhattan #DCAC76

RGB

 RED value IS 220 (86.33% from 255) = 43.14%

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

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

R = 43.14%
G = 33.73%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCAC76 (or 0xDCAC76) is known color: Manhattan. HEX triplet: DC, AC and 76. RGB value is (220,172,118). Sum of RGB (Red+Green+Blue) = 220+172+118=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC76 is #235389. Grayscale: #B4B4B4. Windows color (decimal): -2315146 or 7777500. OLE color: 7777500.

HSL color Cylindrical-coordinate representation of color #DCAC76: hue angle of 31.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCAC76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 118 -
CMYK 0 0.22 0.46 0.14
HSL 31.76º 0.59% 0.66% -
HSV(B) 31.76º 0.46% 0.86% -
XYZ 47.54 46.03 23.52 -
YUV 180.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 220 172 118 0 0.22 0.46 0.14 31.76 0.59 0.66
Hex DC AC 76 0 16 2E E 20 3B 42
Octal 334 254 166 0 26 56 16 40 73 102
Binary 11011100 10101100 1110110 0 10110 101110 1110 100000 111011 1000010

Color Harmonies of #DCAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC76

Black with #DCAC76

Text Example


Text Example

White with #DCAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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