Html Css Color HEX #DCAE72 Manhattan

📋 copy color: '#DCAE72'

red 220 ◦ green 174 ◦ blue 114

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

Shades of Manhattan #DCAE72

Tints of Manhattan #DCAE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.44%

R = 43.31%
G = 34.25%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCAE72 (or 0xDCAE72) is known color: Manhattan. HEX triplet: DC, AE and 72. RGB value is (220,174,114). Sum of RGB (Red+Green+Blue) = 220+174+114=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE72 is #23518D. Grayscale: #B5B5B5. Windows color (decimal): -2314638 or 7515868. OLE color: 7515868.

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

Color convert

RGB 220 174 114 -
CMYK 0 0.21 0.48 0.14
HSL 33.96º 0.6% 0.65% -
HSV(B) 33.96º 0.48% 0.86% -
XYZ 47.69 46.7 22.42 -
YUV 180.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 220 174 114 0 0.21 0.48 0.14 33.96 0.6 0.65
Hex DC AE 72 0 15 30 E 22 3C 41
Octal 334 256 162 0 25 60 16 42 74 101
Binary 11011100 10101110 1110010 0 10101 110000 1110 100010 111100 1000001

Color Harmonies of #DCAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE72

Black with #DCAE72

Text Example


Text Example

White with #DCAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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