Html Css Color HEX #DCA875 Manhattan

📋 copy color: '#DCA875'

red 220 ◦ green 168 ◦ blue 117

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

Shades of Manhattan #DCA875

Tints of Manhattan #DCA875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 43.56%
G = 33.27%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCA875 (or 0xDCA875) is known color: Manhattan. HEX triplet: DC, A8 and 75. RGB value is (220,168,117). Sum of RGB (Red+Green+Blue) = 220+168+117=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA875 is #23578A. Grayscale: #B1B1B1. Windows color (decimal): -2316171 or 7710940. OLE color: 7710940.

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

Color convert

RGB 220 168 117 -
CMYK 0 0.24 0.47 0.14
HSL 29.71º 0.6% 0.66% -
HSV(B) 29.71º 0.47% 0.86% -
XYZ 46.73 44.51 22.96 -
YUV 177.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 220 168 117 0 0.24 0.47 0.14 29.71 0.6 0.66
Hex DC A8 75 0 18 2F E 1E 3C 42
Octal 334 250 165 0 30 57 16 36 74 102
Binary 11011100 10101000 1110101 0 11000 101111 1110 11110 111100 1000010

Color Harmonies of #DCA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA875

Black with #DCA875

Text Example


Text Example

White with #DCA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA875; }

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

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

background-color css

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

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

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

border-color css

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

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

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