Html Css Color HEX #DCAD78 Manhattan

📋 copy color: '#DCAD78'

red 220 ◦ green 173 ◦ blue 120

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

Shades of Manhattan #DCAD78

Tints of Manhattan #DCAD78

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.72%

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

R = 42.88%
G = 33.72%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCAD78 (or 0xDCAD78) is known color: Manhattan. HEX triplet: DC, AD and 78. RGB value is (220,173,120). Sum of RGB (Red+Green+Blue) = 220+173+120=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD78 is #235287. Grayscale: #B5B5B5. Windows color (decimal): -2314888 or 7908828. OLE color: 7908828.

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

Color convert

RGB 220 173 120 -
CMYK 0 0.21 0.45 0.14
HSL 31.8º 0.59% 0.67% -
HSV(B) 31.8º 0.45% 0.86% -
XYZ 47.85 46.46 24.21 -
YUV 181.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 220 173 120 0 0.21 0.45 0.14 31.8 0.59 0.67
Hex DC AD 78 0 15 2D E 20 3B 43
Octal 334 255 170 0 25 55 16 40 73 103
Binary 11011100 10101101 1111000 0 10101 101101 1110 100000 111011 1000011

Color Harmonies of #DCAD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD78

Black with #DCAD78

Text Example


Text Example

White with #DCAD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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