Html Css Color HEX #DCB182 Manhattan

📋 copy color: '#DCB182'

red 220 ◦ green 177 ◦ blue 130

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

Shades of Manhattan #DCB182

Tints of Manhattan #DCB182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 41.75%
G = 33.59%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB182 (or 0xDCB182) is known color: Manhattan. HEX triplet: DC, B1 and 82. RGB value is (220,177,130). Sum of RGB (Red+Green+Blue) = 220+177+130=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB182 is #234E7D. Grayscale: #B8B8B8. Windows color (decimal): -2313854 or 8565212. OLE color: 8565212.

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

Color convert

RGB 220 177 130 -
CMYK 0 0.20 0.41 0.14
HSL 31.33º 0.56% 0.69% -
HSV(B) 31.33º 0.41% 0.86% -
XYZ 49.27 48.27 27.84 -
YUV 184.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 220 177 130 0 0.20 0.41 0.14 31.33 0.56 0.69
Hex DC B1 82 0 14 29 E 1F 38 45
Octal 334 261 202 0 24 51 16 37 70 105
Binary 11011100 10110001 10000010 0 10100 101001 1110 11111 111000 1000101

Color Harmonies of #DCB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB182

Black with #DCB182

Text Example


Text Example

White with #DCB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB182; }

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

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

background-color css

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

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

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

border-color css

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

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

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