Html Css Color HEX #DCAE7D Manhattan

📋 copy color: '#DCAE7D'

red 220 ◦ green 174 ◦ blue 125

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

Shades of Manhattan #DCAE7D

Tints of Manhattan #DCAE7D

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 value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCAE7D (or 0xDCAE7D) is known color: 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

RGB 220 174 125 -
CMYK 0 0.21 0.43 0.14
HSL 30.95º 0.58% 0.68% -
HSV(B) 30.95º 0.43% 0.86% -
XYZ 48.35 46.97 25.92 -
YUV 182.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 220 174 125 0 0.21 0.43 0.14 30.95 0.58 0.68
Hex DC AE 7D 0 15 2B E 1F 3A 44
Octal 334 256 175 0 25 53 16 37 72 104
Binary 11011100 10101110 1111101 0 10101 101011 1110 11111 111010 1000100

Color Harmonies of #DCAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE7D

Black with #DCAE7D

Text Example


Text Example

White with #DCAE7D

Text Example


Text Example

HTML Codes & Css Web 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>