#dfb381

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

Shades of Manhattan #DFB381

Tints of Manhattan #DFB381

Color information

#DFB381 (or 0xDFB381) is unknown color: approx Manhattan. HEX triplet: DF, B3 and 81. RGB value is (223,179,129). Sum of RGB (Red+Green+Blue) = 223+179+129=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB381 is #204C7E. Grayscale: #BABABA. Windows color (decimal): -2116735 or 8500191. OLE color: 8500191.

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

Color convert

RGB223179129-
CMYK00.200.420.13
HSL31.91º59.49%69.02%-
HSV(B)31.91º42.15%87.45%-
XYZ50.5149.5127.66-
YUV186.4695.58154.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=42.00%
G=33.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317912900.200.420.1331.9159.4969.02
HexDFB3810142AD203b45
Octal33726320102452154073105
Binary11011111101100111000000101010010101011011000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb381; }

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

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

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

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

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

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

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

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