Html Css Color HEX #DCAD82 Manhattan

📋 copy color: '#DCAD82'

red 220 ◦ green 173 ◦ blue 130

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

Shades of Manhattan #DCAD82

Tints of Manhattan #DCAD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 42.07%
G = 33.08%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCAD82 (or 0xDCAD82) is known color: Manhattan. HEX triplet: DC, AD and 82. RGB value is (220,173,130). Sum of RGB (Red+Green+Blue) = 220+173+130=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD82 is #23527D. Grayscale: #B6B6B6. Windows color (decimal): -2314878 or 8564188. OLE color: 8564188.

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

Color convert

RGB 220 173 130 -
CMYK 0 0.21 0.41 0.14
HSL 28.67º 0.56% 0.69% -
HSV(B) 28.67º 0.41% 0.86% -
XYZ 48.49 46.71 27.58 -
YUV 182.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 220 173 130 0 0.21 0.41 0.14 28.67 0.56 0.69
Hex DC AD 82 0 15 29 E 1D 38 45
Octal 334 255 202 0 25 51 16 35 70 105
Binary 11011100 10101101 10000010 0 10101 101001 1110 11101 111000 1000101

Color Harmonies of #DCAD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD82

Black with #DCAD82

Text Example


Text Example

White with #DCAD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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