Html Css Color HEX #DCB080 Manhattan

📋 copy color: '#DCB080'

red 220 ◦ green 176 ◦ blue 128

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

Shades of Manhattan #DCB080

Tints of Manhattan #DCB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

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

R = 41.98%
G = 33.59%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB080 (or 0xDCB080) is known color: Manhattan. HEX triplet: DC, B0 and 80. RGB value is (220,176,128). Sum of RGB (Red+Green+Blue) = 220+176+128=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB080 is #234F7F. Grayscale: #B7B7B7. Windows color (decimal): -2314112 or 8433884. OLE color: 8433884.

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

Color convert

RGB 220 176 128 -
CMYK 0 0.2 0.42 0.14
HSL 31.3º 0.57% 0.68% -
HSV(B) 31.3º 0.42% 0.86% -
XYZ 48.94 47.82 27.07 -
YUV 183.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 220 176 128 0 0.2 0.42 0.14 31.3 0.57 0.68
Hex DC B0 80 0 14 2A E 1F 39 44
Octal 334 260 200 0 24 52 16 37 71 104
Binary 11011100 10110000 10000000 0 10100 101010 1110 11111 111001 1000100

Color Harmonies of #DCB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB080

Black with #DCB080

Text Example


Text Example

White with #DCB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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