Html Css Color HEX #DCAB75 Manhattan

📋 copy color: '#DCAB75'

red 220 ◦ green 171 ◦ blue 117

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

Shades of Manhattan #DCAB75

Tints of Manhattan #DCAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 43.31%
G = 33.66%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCAB75 (or 0xDCAB75) is known color: Manhattan. HEX triplet: DC, AB and 75. RGB value is (220,171,117). Sum of RGB (Red+Green+Blue) = 220+171+117=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB75 is #23548A. Grayscale: #B3B3B3. Windows color (decimal): -2315403 or 7711708. OLE color: 7711708.

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

Color convert

RGB 220 171 117 -
CMYK 0 0.22 0.47 0.14
HSL 31.46º 0.6% 0.66% -
HSV(B) 31.46º 0.47% 0.86% -
XYZ 47.29 45.63 23.14 -
YUV 179.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 220 171 117 0 0.22 0.47 0.14 31.46 0.6 0.66
Hex DC AB 75 0 16 2F E 1F 3C 42
Octal 334 253 165 0 26 57 16 37 74 102
Binary 11011100 10101011 1110101 0 10110 101111 1110 11111 111100 1000010

Color Harmonies of #DCAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB75

Black with #DCAB75

Text Example


Text Example

White with #DCAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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