Html Css Color HEX #DCAB7C Manhattan

📋 copy color: '#DCAB7C'

red 220 ◦ green 171 ◦ blue 124

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

Shades of Manhattan #DCAB7C

Tints of Manhattan #DCAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

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

R = 42.72%
G = 33.2%
B = 24.08%

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

#DCAB7C (or 0xDCAB7C) is known color: Manhattan. HEX triplet: DC, AB and 7C. RGB value is (220,171,124). Sum of RGB (Red+Green+Blue) = 220+171+124=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB7C is #235483. Grayscale: #B4B4B4. Windows color (decimal): -2315396 or 8170460. OLE color: 8170460.

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

Color convert

RGB 220 171 124 -
CMYK 0 0.22 0.44 0.14
HSL 29.38º 0.58% 0.67% -
HSV(B) 29.38º 0.44% 0.86% -
XYZ 47.72 45.8 25.39 -
YUV 180.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 220 171 124 0 0.22 0.44 0.14 29.38 0.58 0.67
Hex DC AB 7C 0 16 2C E 1D 3A 43
Octal 334 253 174 0 26 54 16 35 72 103
Binary 11011100 10101011 1111100 0 10110 101100 1110 11101 111010 1000011

Color Harmonies of #DCAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB7C

Black with #DCAB7C

Text Example


Text Example

White with #DCAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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