Html Css Color HEX #DCAA78 Manhattan

📋 copy color: '#DCAA78'

red 220 ◦ green 170 ◦ blue 120

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

Shades of Manhattan #DCAA78

Tints of Manhattan #DCAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 43.14%
G = 33.33%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCAA78 (or 0xDCAA78) is known color: Manhattan. HEX triplet: DC, AA and 78. RGB value is (220,170,120). Sum of RGB (Red+Green+Blue) = 220+170+120=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA78 is #235587. Grayscale: #B3B3B3. Windows color (decimal): -2315656 or 7908060. OLE color: 7908060.

HSL color Cylindrical-coordinate representation of color #DCAA78: hue angle of 30º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCAA78 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 120 -
CMYK 0 0.23 0.45 0.14
HSL 30º 0.59% 0.67% -
HSV(B) 30º 0.45% 0.86% -
XYZ 47.28 45.32 24.03 -
YUV 179.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 220 170 120 0 0.23 0.45 0.14 30 0.59 0.67
Hex DC AA 78 0 17 2D E 1E 3B 43
Octal 334 252 170 0 27 55 16 36 73 103
Binary 11011100 10101010 1111000 0 10111 101101 1110 11110 111011 1000011

Color Harmonies of #DCAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA78

Black with #DCAA78

Text Example


Text Example

White with #DCAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA78; }

 p { color: rgb(220,170,120); }

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

background-color css

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

 a { background-color: rgb(220,170,120); }

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

border-color css

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

 span { border-color: rgb(220,170,120); }

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