Html Css Color HEX #DCAD74 Manhattan

📋 copy color: '#DCAD74'

red 220 ◦ green 173 ◦ blue 116

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

Shades of Manhattan #DCAD74

Tints of Manhattan #DCAD74

RGB

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

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

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

R = 43.22%
G = 33.99%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCAD74 (or 0xDCAD74) is known color: Manhattan. HEX triplet: DC, AD and 74. RGB value is (220,173,116). Sum of RGB (Red+Green+Blue) = 220+173+116=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD74 is #23528B. Grayscale: #B4B4B4. Windows color (decimal): -2314892 or 7646684. OLE color: 7646684.

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

Color convert

RGB 220 173 116 -
CMYK 0 0.21 0.47 0.14
HSL 32.88º 0.6% 0.66% -
HSV(B) 32.88º 0.47% 0.86% -
XYZ 47.61 46.36 22.96 -
YUV 180.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 220 173 116 0 0.21 0.47 0.14 32.88 0.6 0.66
Hex DC AD 74 0 15 2F E 21 3C 42
Octal 334 255 164 0 25 57 16 41 74 102
Binary 11011100 10101101 1110100 0 10101 101111 1110 100001 111100 1000010

Color Harmonies of #DCAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD74

Black with #DCAD74

Text Example


Text Example

White with #DCAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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