Html Css Color HEX #DCAE79 Manhattan

📋 copy color: '#DCAE79'

red 220 ◦ green 174 ◦ blue 121

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

Shades of Manhattan #DCAE79

Tints of Manhattan #DCAE79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.5%

R = 42.72%
G = 33.79%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCAE79 (or 0xDCAE79) is known color: Manhattan. HEX triplet: DC, AE and 79. RGB value is (220,174,121). Sum of RGB (Red+Green+Blue) = 220+174+121=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE79 is #235186. Grayscale: #B5B5B5. Windows color (decimal): -2314631 or 7974620. OLE color: 7974620.

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

Color convert

RGB 220 174 121 -
CMYK 0 0.21 0.45 0.14
HSL 32.12º 0.59% 0.67% -
HSV(B) 32.12º 0.45% 0.86% -
XYZ 48.1 46.87 24.6 -
YUV 181.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 220 174 121 0 0.21 0.45 0.14 32.12 0.59 0.67
Hex DC AE 79 0 15 2D E 20 3B 43
Octal 334 256 171 0 25 55 16 40 73 103
Binary 11011100 10101110 1111001 0 10101 101101 1110 100000 111011 1000011

Color Harmonies of #DCAE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE79

Black with #DCAE79

Text Example


Text Example

White with #DCAE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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