Html Css Color HEX #DCAE7F Manhattan

📋 copy color: '#DCAE7F'

red 220 ◦ green 174 ◦ blue 127

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

Shades of Manhattan #DCAE7F

Tints of Manhattan #DCAE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.38%

R = 42.23%
G = 33.4%
B = 24.38%

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

#DCAE7F (or 0xDCAE7F) is known color: Manhattan. HEX triplet: DC, AE and 7F. RGB value is (220,174,127). Sum of RGB (Red+Green+Blue) = 220+174+127=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE7F is #235180. Grayscale: #B6B6B6. Windows color (decimal): -2314625 or 8367836. OLE color: 8367836.

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

Color convert

RGB 220 174 127 -
CMYK 0 0.21 0.42 0.14
HSL 30.32º 0.57% 0.68% -
HSV(B) 30.32º 0.42% 0.86% -
XYZ 48.48 47.02 26.6 -
YUV 182.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 220 174 127 0 0.21 0.42 0.14 30.32 0.57 0.68
Hex DC AE 7F 0 15 2A E 1E 39 44
Octal 334 256 177 0 25 52 16 36 71 104
Binary 11011100 10101110 1111111 0 10101 101010 1110 11110 111001 1000100

Color Harmonies of #DCAE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE7F

Black with #DCAE7F

Text Example


Text Example

White with #DCAE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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