Html Css Color HEX #DCAC7B Manhattan

📋 copy color: '#DCAC7B'

red 220 ◦ green 172 ◦ blue 123

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

Shades of Manhattan #DCAC7B

Tints of Manhattan #DCAC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 42.72%
G = 33.4%
B = 23.88%

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

#DCAC7B (or 0xDCAC7B) is known color: Manhattan. HEX triplet: DC, AC and 7B. RGB value is (220,172,123). Sum of RGB (Red+Green+Blue) = 220+172+123=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC7B is #235384. Grayscale: #B5B5B5. Windows color (decimal): -2315141 or 8105180. OLE color: 8105180.

HSL color Cylindrical-coordinate representation of color #DCAC7B: hue angle of 30.31º 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 #DCAC7B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 123 -
CMYK 0 0.22 0.44 0.14
HSL 30.31º 0.58% 0.67% -
HSV(B) 30.31º 0.44% 0.86% -
XYZ 47.84 46.15 25.13 -
YUV 180.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 220 172 123 0 0.22 0.44 0.14 30.31 0.58 0.67
Hex DC AC 7B 0 16 2C E 1E 3A 43
Octal 334 254 173 0 26 54 16 36 72 103
Binary 11011100 10101100 1111011 0 10110 101100 1110 11110 111010 1000011

Color Harmonies of #DCAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC7B

Black with #DCAC7B

Text Example


Text Example

White with #DCAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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