Html Css Color HEX #DCAD7E Manhattan

📋 copy color: '#DCAD7E'

red 220 ◦ green 173 ◦ blue 126

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

Shades of Manhattan #DCAD7E

Tints of Manhattan #DCAD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 24.28%

R = 42.39%
G = 33.33%
B = 24.28%

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

#DCAD7E (or 0xDCAD7E) is known color: Manhattan. HEX triplet: DC, AD and 7E. RGB value is (220,173,126). Sum of RGB (Red+Green+Blue) = 220+173+126=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD7E is #235281. Grayscale: #B5B5B5. Windows color (decimal): -2314882 or 8302044. OLE color: 8302044.

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

Color convert

RGB 220 173 126 -
CMYK 0 0.21 0.43 0.14
HSL 30º 0.57% 0.68% -
HSV(B) 30º 0.43% 0.86% -
XYZ 48.22 46.61 26.19 -
YUV 181.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 220 173 126 0 0.21 0.43 0.14 30 0.57 0.68
Hex DC AD 7E 0 15 2B E 1E 39 44
Octal 334 255 176 0 25 53 16 36 71 104
Binary 11011100 10101101 1111110 0 10101 101011 1110 11110 111001 1000100

Color Harmonies of #DCAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD7E

Black with #DCAD7E

Text Example


Text Example

White with #DCAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD7E; }

 p { color: rgb(220,173,126); }

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

background-color css

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

 a { background-color: rgb(220,173,126); }

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

border-color css

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

 span { border-color: rgb(220,173,126); }

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