Html Css Color HEX #DCA86F Manhattan

📋 copy color: '#DCA86F'

red 220 ◦ green 168 ◦ blue 111

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

Shades of Manhattan #DCA86F

Tints of Manhattan #DCA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 44.09%
G = 33.67%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA86F (or 0xDCA86F) is known color: Manhattan. HEX triplet: DC, A8 and 6F. RGB value is (220,168,111). Sum of RGB (Red+Green+Blue) = 220+168+111=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA86F is #235790. Grayscale: #B1B1B1. Windows color (decimal): -2316177 or 7317724. OLE color: 7317724.

HSL color Cylindrical-coordinate representation of color #DCA86F: hue angle of 31.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA86F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 111 -
CMYK 0 0.24 0.50 0.14
HSL 31.38º 0.61% 0.65% -
HSV(B) 31.38º 0.5% 0.86% -
XYZ 46.39 44.37 21.16 -
YUV 177.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 220 168 111 0 0.24 0.50 0.14 31.38 0.61 0.65
Hex DC A8 6F 0 18 32 E 1F 3D 41
Octal 334 250 157 0 30 62 16 37 75 101
Binary 11011100 10101000 1101111 0 11000 110010 1110 11111 111101 1000001

Color Harmonies of #DCA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA86F

Black with #DCA86F

Text Example


Text Example

White with #DCA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA86F; }

 p { color: rgb(220,168,111); }

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

background-color css

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

 a { background-color: rgb(220,168,111); }

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

border-color css

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

 span { border-color: rgb(220,168,111); }

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