#DFB379

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

Shades of Manhattan #DFB379

Tints of Manhattan #DFB379

Color information

#DFB379 (or 0xDFB379) is unknown color: approx Manhattan. HEX triplet: DF, B3 and 79. RGB value is (223,179,121). Sum of RGB (Red+Green+Blue) = 223+179+121=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB379 is #204C86. Grayscale: #B9B9B9. Windows color (decimal): -2116743 or 7975903. OLE color: 7975903.

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

Color convert

RGB223179121-
CMYK00.200.460.13
HSL34.12º61.45%67.45%-
HSV(B)34.12º45.74%87.45%-
XYZ5049.3124.97-
YUV185.5491.58154.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=42.64%
G=34.23%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317912100.200.460.1334.1261.4567.45
HexDFB3790142ED223d43
Octal33726317102456154275103
Binary1101111110110011111100101010010111011011000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB379; }

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

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

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

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

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

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

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

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