Html Css Color HEX #DCAC72 Manhattan

📋 copy color: '#DCAC72'

red 220 ◦ green 172 ◦ blue 114

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

Shades of Manhattan #DCAC72

Tints of Manhattan #DCAC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 43.48%
G = 33.99%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCAC72 (or 0xDCAC72) is known color: Manhattan. HEX triplet: DC, AC and 72. RGB value is (220,172,114). Sum of RGB (Red+Green+Blue) = 220+172+114=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC72 is #23538D. Grayscale: #B4B4B4. Windows color (decimal): -2315150 or 7515356. OLE color: 7515356.

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

Color convert

RGB 220 172 114 -
CMYK 0 0.22 0.48 0.14
HSL 32.83º 0.6% 0.65% -
HSV(B) 32.83º 0.48% 0.86% -
XYZ 47.3 45.94 22.29 -
YUV 179.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 220 172 114 0 0.22 0.48 0.14 32.83 0.6 0.65
Hex DC AC 72 0 16 30 E 21 3C 41
Octal 334 254 162 0 26 60 16 41 74 101
Binary 11011100 10101100 1110010 0 10110 110000 1110 100001 111100 1000001

Color Harmonies of #DCAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC72

Black with #DCAC72

Text Example


Text Example

White with #DCAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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