Html Css Color HEX #DCAD7D Manhattan

📋 copy color: '#DCAD7D'

red 220 ◦ green 173 ◦ blue 125

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

Shades of Manhattan #DCAD7D

Tints of Manhattan #DCAD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 42.47%
G = 33.4%
B = 24.13%

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

#DCAD7D (or 0xDCAD7D) is known color: Manhattan. HEX triplet: DC, AD and 7D. RGB value is (220,173,125). Sum of RGB (Red+Green+Blue) = 220+173+125=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD7D is #235282. Grayscale: #B5B5B5. Windows color (decimal): -2314883 or 8236508. OLE color: 8236508.

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

Color convert

RGB 220 173 125 -
CMYK 0 0.21 0.43 0.14
HSL 30.32º 0.58% 0.68% -
HSV(B) 30.32º 0.43% 0.86% -
XYZ 48.16 46.58 25.86 -
YUV 181.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 220 173 125 0 0.21 0.43 0.14 30.32 0.58 0.68
Hex DC AD 7D 0 15 2B E 1E 3A 44
Octal 334 255 175 0 25 53 16 36 72 104
Binary 11011100 10101101 1111101 0 10101 101011 1110 11110 111010 1000100

Color Harmonies of #DCAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD7D

Black with #DCAD7D

Text Example


Text Example

White with #DCAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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