Html Css Color HEX #DCB280 Manhattan

📋 copy color: '#DCB280'

red 220 ◦ green 178 ◦ blue 128

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

Shades of Manhattan #DCB280

Tints of Manhattan #DCB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 41.83%
G = 33.84%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB280 (or 0xDCB280) is known color: Manhattan. HEX triplet: DC, B2 and 80. RGB value is (220,178,128). Sum of RGB (Red+Green+Blue) = 220+178+128=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB280 is #234D7F. Grayscale: #B9B9B9. Windows color (decimal): -2313600 or 8434396. OLE color: 8434396.

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

Color convert

RGB 220 178 128 -
CMYK 0 0.19 0.42 0.14
HSL 32.61º 0.57% 0.68% -
HSV(B) 32.61º 0.42% 0.86% -
XYZ 49.33 48.61 27.21 -
YUV 184.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 220 178 128 0 0.19 0.42 0.14 32.61 0.57 0.68
Hex DC B2 80 0 13 2A E 21 39 44
Octal 334 262 200 0 23 52 16 41 71 104
Binary 11011100 10110010 10000000 0 10011 101010 1110 100001 111001 1000100

Color Harmonies of #DCB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB280

Black with #DCB280

Text Example


Text Example

White with #DCB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB280; }

 p { color: rgb(220,178,128); }

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

background-color css

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

 a { background-color: rgb(220,178,128); }

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

border-color css

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

 span { border-color: rgb(220,178,128); }

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