Html Css Color HEX #DCAB74 Manhattan

📋 copy color: '#DCAB74'

red 220 ◦ green 171 ◦ blue 116

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

Shades of Manhattan #DCAB74

Tints of Manhattan #DCAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 43.39%
G = 33.73%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCAB74 (or 0xDCAB74) is known color: Manhattan. HEX triplet: DC, AB and 74. RGB value is (220,171,116). Sum of RGB (Red+Green+Blue) = 220+171+116=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB74 is #23548B. Grayscale: #B3B3B3. Windows color (decimal): -2315404 or 7646172. OLE color: 7646172.

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

Color convert

RGB 220 171 116 -
CMYK 0 0.22 0.47 0.14
HSL 31.73º 0.6% 0.66% -
HSV(B) 31.73º 0.47% 0.86% -
XYZ 47.23 45.6 22.84 -
YUV 179.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 220 171 116 0 0.22 0.47 0.14 31.73 0.6 0.66
Hex DC AB 74 0 16 2F E 20 3C 42
Octal 334 253 164 0 26 57 16 40 74 102
Binary 11011100 10101011 1110100 0 10110 101111 1110 100000 111100 1000010

Color Harmonies of #DCAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB74

Black with #DCAB74

Text Example


Text Example

White with #DCAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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