Html Css Color HEX #DCA977 Manhattan

📋 copy color: '#DCA977'

red 220 ◦ green 169 ◦ blue 119

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

Shades of Manhattan #DCA977

Tints of Manhattan #DCA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.27%

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

R = 43.31%
G = 33.27%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCA977 (or 0xDCA977) is known color: Manhattan. HEX triplet: DC, A9 and 77. RGB value is (220,169,119). Sum of RGB (Red+Green+Blue) = 220+169+119=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA977 is #235688. Grayscale: #B2B2B2. Windows color (decimal): -2315913 or 7842268. OLE color: 7842268.

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

Color convert

RGB 220 169 119 -
CMYK 0 0.23 0.46 0.14
HSL 29.7º 0.59% 0.66% -
HSV(B) 29.7º 0.46% 0.86% -
XYZ 47.03 44.92 23.64 -
YUV 178.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 220 169 119 0 0.23 0.46 0.14 29.7 0.59 0.66
Hex DC A9 77 0 17 2E E 1E 3B 42
Octal 334 251 167 0 27 56 16 36 73 102
Binary 11011100 10101001 1110111 0 10111 101110 1110 11110 111011 1000010

Color Harmonies of #DCA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA977

Black with #DCA977

Text Example


Text Example

White with #DCA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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