Html Css Color HEX #DCAB7F Manhattan

📋 copy color: '#DCAB7F'

red 220 ◦ green 171 ◦ blue 127

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

Shades of Manhattan #DCAB7F

Tints of Manhattan #DCAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.52%

R = 42.47%
G = 33.01%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCAB7F (or 0xDCAB7F) is known color: Manhattan. HEX triplet: DC, AB and 7F. RGB value is (220,171,127). Sum of RGB (Red+Green+Blue) = 220+171+127=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB7F is #235480. Grayscale: #B4B4B4. Windows color (decimal): -2315393 or 8367068. OLE color: 8367068.

HSL color Cylindrical-coordinate representation of color #DCAB7F: hue angle of 28.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCAB7F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 127 -
CMYK 0 0.22 0.42 0.14
HSL 28.39º 0.57% 0.68% -
HSV(B) 28.39º 0.42% 0.86% -
XYZ 47.91 45.87 26.41 -
YUV 180.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 220 171 127 0 0.22 0.42 0.14 28.39 0.57 0.68
Hex DC AB 7F 0 16 2A E 1C 39 44
Octal 334 253 177 0 26 52 16 34 71 104
Binary 11011100 10101011 1111111 0 10110 101010 1110 11100 111001 1000100

Color Harmonies of #DCAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB7F

Black with #DCAB7F

Text Example


Text Example

White with #DCAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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