#DFB280

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

Shades of Manhattan #DFB280

Tints of Manhattan #DFB280

Color information

#DFB280 (or 0xDFB280) is unknown color: approx Manhattan. HEX triplet: DF, B2 and 80. RGB value is (223,178,128). Sum of RGB (Red+Green+Blue) = 223+178+128=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB280 is #204D7F. Grayscale: #BABABA. Windows color (decimal): -2116992 or 8434399. OLE color: 8434399.

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

Color convert

RGB223178128-
CMYK00.200.430.13
HSL31.58º59.75%68.82%-
HSV(B)31.58º42.6%87.45%-
XYZ50.2549.0927.25-
YUV185.7695.41154.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=42.16%
G=33.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317812800.200.430.1331.5859.7568.82
HexDFB2800142BD203c45
Octal33726220002453154074105
Binary11011111101100101000000001010010101111011000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB280; }

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

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

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

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

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

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

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

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