Html Css Color HEX #DCAC7C Manhattan

📋 copy color: '#DCAC7C'

red 220 ◦ green 172 ◦ blue 124

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

Shades of Manhattan #DCAC7C

Tints of Manhattan #DCAC7C

RGB

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

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

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

R = 42.64%
G = 33.33%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCAC7C (or 0xDCAC7C) is known color: Manhattan. HEX triplet: DC, AC and 7C. RGB value is (220,172,124). Sum of RGB (Red+Green+Blue) = 220+172+124=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC7C is #235383. Grayscale: #B5B5B5. Windows color (decimal): -2315140 or 8170716. OLE color: 8170716.

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

Color convert

RGB 220 172 124 -
CMYK 0 0.22 0.44 0.14
HSL 30º 0.58% 0.67% -
HSV(B) 30º 0.44% 0.86% -
XYZ 47.91 46.18 25.46 -
YUV 180.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 220 172 124 0 0.22 0.44 0.14 30 0.58 0.67
Hex DC AC 7C 0 16 2C E 1E 3A 43
Octal 334 254 174 0 26 54 16 36 72 103
Binary 11011100 10101100 1111100 0 10110 101100 1110 11110 111010 1000011

Color Harmonies of #DCAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC7C

Black with #DCAC7C

Text Example


Text Example

White with #DCAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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