Html Css Color HEX #DCAE75 Manhattan

📋 copy color: '#DCAE75'

red 220 ◦ green 174 ◦ blue 117

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

Shades of Manhattan #DCAE75

Tints of Manhattan #DCAE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 43.05%
G = 34.05%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCAE75 (or 0xDCAE75) is known color: Manhattan. HEX triplet: DC, AE and 75. RGB value is (220,174,117). Sum of RGB (Red+Green+Blue) = 220+174+117=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE75 is #23518A. Grayscale: #B5B5B5. Windows color (decimal): -2314635 or 7712476. OLE color: 7712476.

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

Color convert

RGB 220 174 117 -
CMYK 0 0.21 0.47 0.14
HSL 33.2º 0.6% 0.66% -
HSV(B) 33.2º 0.47% 0.86% -
XYZ 47.86 46.77 23.33 -
YUV 181.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 220 174 117 0 0.21 0.47 0.14 33.2 0.6 0.66
Hex DC AE 75 0 15 2F E 21 3C 42
Octal 334 256 165 0 25 57 16 41 74 102
Binary 11011100 10101110 1110101 0 10101 101111 1110 100001 111100 1000010

Color Harmonies of #DCAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE75

Black with #DCAE75

Text Example


Text Example

White with #DCAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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