Html Css Color HEX #DCAE80 Manhattan

📋 copy color: '#DCAE80'

red 220 ◦ green 174 ◦ blue 128

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

Shades of Manhattan #DCAE80

Tints of Manhattan #DCAE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 42.15%
G = 33.33%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCAE80 (or 0xDCAE80) is known color: Manhattan. HEX triplet: DC, AE and 80. RGB value is (220,174,128). Sum of RGB (Red+Green+Blue) = 220+174+128=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE80 is #23517F. Grayscale: #B6B6B6. Windows color (decimal): -2314624 or 8433372. OLE color: 8433372.

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

Color convert

RGB 220 174 128 -
CMYK 0 0.21 0.42 0.14
HSL 30º 0.57% 0.68% -
HSV(B) 30º 0.42% 0.86% -
XYZ 48.55 47.05 26.94 -
YUV 182.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 220 174 128 0 0.21 0.42 0.14 30 0.57 0.68
Hex DC AE 80 0 15 2A E 1E 39 44
Octal 334 256 200 0 25 52 16 36 71 104
Binary 11011100 10101110 10000000 0 10101 101010 1110 11110 111001 1000100

Color Harmonies of #DCAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE80

Black with #DCAE80

Text Example


Text Example

White with #DCAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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