Html Css Color HEX #DCAE7C Manhattan

📋 copy color: '#DCAE7C'

red 220 ◦ green 174 ◦ blue 124

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

Shades of Manhattan #DCAE7C

Tints of Manhattan #DCAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 42.47%
G = 33.59%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCAE7C (or 0xDCAE7C) is known color: Manhattan. HEX triplet: DC, AE and 7C. RGB value is (220,174,124). Sum of RGB (Red+Green+Blue) = 220+174+124=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE7C is #235183. Grayscale: #B6B6B6. Windows color (decimal): -2314628 or 8171228. OLE color: 8171228.

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

Color convert

RGB 220 174 124 -
CMYK 0 0.21 0.44 0.14
HSL 31.25º 0.58% 0.67% -
HSV(B) 31.25º 0.44% 0.86% -
XYZ 48.29 46.94 25.58 -
YUV 182.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 220 174 124 0 0.21 0.44 0.14 31.25 0.58 0.67
Hex DC AE 7C 0 15 2C E 1F 3A 43
Octal 334 256 174 0 25 54 16 37 72 103
Binary 11011100 10101110 1111100 0 10101 101100 1110 11111 111010 1000011

Color Harmonies of #DCAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE7C

Black with #DCAE7C

Text Example


Text Example

White with #DCAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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