#DCAD7F

Color #DCAD7F Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DCAD7F

Tints of Manhattan #DCAD7F

Color information

#DCAD7F (or 0xDCAD7F) is unknown color: approx Manhattan. HEX triplet: DC, AD and 7F. RGB value is (220,173,127). Sum of RGB (Red+Green+Blue) = 220+173+127=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD7F is #235280. Grayscale: #B6B6B6. Windows color (decimal): -2314881 or 8367580. OLE color: 8367580.

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

Color convert

RGB220173127-
CMYK00.210.420.14
HSL29.68º57.06%68.04%-
HSV(B)29.68º42.27%86.27%-
XYZ48.2946.6426.54-
YUV181.8197.07155.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 127 (50% from 255) = 24.42%
R=42.31%
G=33.27%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017312700.210.420.1429.6857.0668.04
HexDCAD7F0152AE1e3944
Octal33425517702552163671104
Binary110111001010110111111110101011010101110111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD7F; }

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

 H1.HeaderClassName
 {
   color: #DCAD7F;
 }
 .AnyTagClassName
 {
   color: #DCAD7F;
 }
</style>
background-color css

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

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

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

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

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

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