#DFB380

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

Shades of Manhattan #DFB380

Tints of Manhattan #DFB380

Color information

#DFB380 (or 0xDFB380) is unknown color: approx Manhattan. HEX triplet: DF, B3 and 80. RGB value is (223,179,128). Sum of RGB (Red+Green+Blue) = 223+179+128=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB380 is #204C7F. Grayscale: #BABABA. Windows color (decimal): -2116736 or 8434655. OLE color: 8434655.

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

Color convert

RGB223179128-
CMYK00.200.430.13
HSL32.21º59.75%68.82%-
HSV(B)32.21º42.6%87.45%-
XYZ50.4549.4927.32-
YUV186.3495.08154.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=42.08%
G=33.77%
B=24.15%

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
Decimal22317912800.200.430.1332.2159.7568.82
HexDFB3800142BD203c45
Octal33726320002453154074105
Binary11011111101100111000000001010010101111011000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB380; }

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

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

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

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

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

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

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

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