#DFB180

Color #DFB180 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DFB180

Tints of Manhattan #DFB180

Color information

#DFB180 (or 0xDFB180) is unknown color: approx Manhattan. HEX triplet: DF, B1 and 80. RGB value is (223,177,128). Sum of RGB (Red+Green+Blue) = 223+177+128=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB180 is #204E7F. Grayscale: #B9B9B9. Windows color (decimal): -2117248 or 8434143. OLE color: 8434143.

HSL color Cylindrical-coordinate representation of color #DFB180: hue angle of 30.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB180 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223177128-
CMYK00.210.430.13
HSL30.95º59.75%68.82%-
HSV(B)30.95º42.6%87.45%-
XYZ50.0548.6927.18-
YUV185.1795.74154.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=42.23%
G=33.52%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317712800.210.430.1330.9559.7568.82
HexDFB1800152BD1f3c45
Octal33726120002553153774105
Binary1101111110110001100000000101011010111101111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB180; }

 p { color: rgb(223,177,128); }

 H1.HeaderClassName
 {
   color: #DFB180;
 }
 .AnyTagClassName
 {
   color: #DFB180;
 }
</style>
background-color css

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

 a { background-color: rgb(223,177,128); }

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

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

 span { border-color: rgb(223,177,128); }

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