Html Css Color HEX #DCAD7F Manhattan

📋 copy color: '#DCAD7F'

red 220 ◦ green 173 ◦ blue 127

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

Shades of Manhattan #DCAD7F

Tints of Manhattan #DCAD7F

RGB

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

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

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

R = 42.31%
G = 33.27%
B = 24.42%

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

#DCAD7F (or 0xDCAD7F) is known color: Manhattan. HEX triplet: DC, AD and 7F. RGB value is (220,173,127). Sum of RGB (Red+Green+Blue) = 220+173+127=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD7F is #235280. Grayscale: #B6B6B6. Windows color (decimal): -2314881 or 8367580. OLE color: 8367580.

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

Color convert

RGB 220 173 127 -
CMYK 0 0.21 0.42 0.14
HSL 29.68º 0.57% 0.68% -
HSV(B) 29.68º 0.42% 0.86% -
XYZ 48.29 46.64 26.54 -
YUV 181.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 220 173 127 0 0.21 0.42 0.14 29.68 0.57 0.68
Hex DC AD 7F 0 15 2A E 1E 39 44
Octal 334 255 177 0 25 52 16 36 71 104
Binary 11011100 10101101 1111111 0 10101 101010 1110 11110 111001 1000100

Color Harmonies of #DCAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD7F

Black with #DCAD7F

Text Example


Text Example

White with #DCAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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