Html Css Color HEX #DCAC77 Manhattan

📋 copy color: '#DCAC77'

red 220 ◦ green 172 ◦ blue 119

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

Shades of Manhattan #DCAC77

Tints of Manhattan #DCAC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 43.05%
G = 33.66%
B = 23.29%

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

#DCAC77 (or 0xDCAC77) is known color: Manhattan. HEX triplet: DC, AC and 77. RGB value is (220,172,119). Sum of RGB (Red+Green+Blue) = 220+172+119=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC77 is #235388. Grayscale: #B4B4B4. Windows color (decimal): -2315145 or 7843036. OLE color: 7843036.

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

Color convert

RGB 220 172 119 -
CMYK 0 0.22 0.46 0.14
HSL 31.49º 0.59% 0.66% -
HSV(B) 31.49º 0.46% 0.86% -
XYZ 47.6 46.05 23.83 -
YUV 180.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 220 172 119 0 0.22 0.46 0.14 31.49 0.59 0.66
Hex DC AC 77 0 16 2E E 1F 3B 42
Octal 334 254 167 0 26 56 16 37 73 102
Binary 11011100 10101100 1110111 0 10110 101110 1110 11111 111011 1000010

Color Harmonies of #DCAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC77

Black with #DCAC77

Text Example


Text Example

White with #DCAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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