Html Css Color HEX #DCAC7F Manhattan

📋 copy color: '#DCAC7F'

red 220 ◦ green 172 ◦ blue 127

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

Shades of Manhattan #DCAC7F

Tints of Manhattan #DCAC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 42.39%
G = 33.14%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCAC7F (or 0xDCAC7F) is known color: Manhattan. HEX triplet: DC, AC and 7F. RGB value is (220,172,127). Sum of RGB (Red+Green+Blue) = 220+172+127=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC7F is #235380. Grayscale: #B5B5B5. Windows color (decimal): -2315137 or 8367324. OLE color: 8367324.

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

Color convert

RGB 220 172 127 -
CMYK 0 0.22 0.42 0.14
HSL 29.03º 0.57% 0.68% -
HSV(B) 29.03º 0.42% 0.86% -
XYZ 48.1 46.25 26.47 -
YUV 181.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 220 172 127 0 0.22 0.42 0.14 29.03 0.57 0.68
Hex DC AC 7F 0 16 2A E 1D 39 44
Octal 334 254 177 0 26 52 16 35 71 104
Binary 11011100 10101100 1111111 0 10110 101010 1110 11101 111001 1000100

Color Harmonies of #DCAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC7F

Black with #DCAC7F

Text Example


Text Example

White with #DCAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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