#DFB074

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

Shades of Manhattan #DFB074

Tints of Manhattan #DFB074

Color information

#DFB074 (or 0xDFB074) is unknown color: approx Manhattan. HEX triplet: DF, B0 and 74. RGB value is (223,176,116). Sum of RGB (Red+Green+Blue) = 223+176+116=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB074 is #204F8B. Grayscale: #B7B7B7. Windows color (decimal): -2117516 or 7647455. OLE color: 7647455.

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

Color convert

RGB223176116-
CMYK00.210.480.13
HSL33.64º62.57%66.47%-
HSV(B)33.64º47.98%87.45%-
XYZ49.114823.2-
YUV183.2190.07156.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=43.30%
G=34.17%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317611600.210.480.1333.6462.5766.47
HexDFB07401530D223f42
Octal33726016402560154277102
Binary1101111110110000111010001010111000011011000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB074; }

 p { color: rgb(223,176,116); }

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

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

 a { background-color: rgb(223,176,116); }

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

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

 span { border-color: rgb(223,176,116); }

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