#DCAE7D

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

Shades of Manhattan #DCAE7D

Tints of Manhattan #DCAE7D

Color information

#DCAE7D (or 0xDCAE7D) is unknown color: approx Manhattan. HEX triplet: DC, AE and 7D. RGB value is (220,174,125). Sum of RGB (Red+Green+Blue) = 220+174+125=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE7D is #235182. Grayscale: #B6B6B6. Windows color (decimal): -2314627 or 8236764. OLE color: 8236764.

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

Color convert

RGB220174125-
CMYK00.210.430.14
HSL30.95º57.58%67.65%-
HSV(B)30.95º43.18%86.27%-
XYZ48.3546.9725.92-
YUV182.1795.74154.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=42.39%
G=33.53%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017412500.210.430.1430.9557.5867.65
HexDCAE7D0152BE1f3a44
Octal33425617502553163772104
Binary110111001010111011111010101011010111110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE7D; }

 p { color: rgb(220,174,125); }

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

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

 a { background-color: rgb(220,174,125); }

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

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

 span { border-color: rgb(220,174,125); }

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