Html Css Color HEX #DCAE77 Manhattan

📋 copy color: '#DCAE77'

red 220 ◦ green 174 ◦ blue 119

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

Shades of Manhattan #DCAE77

Tints of Manhattan #DCAE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.92%

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

R = 42.88%
G = 33.92%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCAE77 (or 0xDCAE77) is known color: Manhattan. HEX triplet: DC, AE and 77. RGB value is (220,174,119). Sum of RGB (Red+Green+Blue) = 220+174+119=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE77 is #235188. Grayscale: #B5B5B5. Windows color (decimal): -2314633 or 7843548. OLE color: 7843548.

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

Color convert

RGB 220 174 119 -
CMYK 0 0.21 0.46 0.14
HSL 32.67º 0.59% 0.66% -
HSV(B) 32.67º 0.46% 0.86% -
XYZ 47.98 46.82 23.96 -
YUV 181.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 220 174 119 0 0.21 0.46 0.14 32.67 0.59 0.66
Hex DC AE 77 0 15 2E E 21 3B 42
Octal 334 256 167 0 25 56 16 41 73 102
Binary 11011100 10101110 1110111 0 10101 101110 1110 100001 111011 1000010

Color Harmonies of #DCAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE77

Black with #DCAE77

Text Example


Text Example

White with #DCAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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