#DFB084

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

Shades of Manhattan #DFB084

Tints of Manhattan #DFB084

Color information

#DFB084 (or 0xDFB084) is unknown color: approx Manhattan. HEX triplet: DF, B0 and 84. RGB value is (223,176,132). Sum of RGB (Red+Green+Blue) = 223+176+132=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB084 is #204F7B. Grayscale: #B9B9B9. Windows color (decimal): -2117500 or 8696031. OLE color: 8696031.

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

Color convert

RGB223176132-
CMYK00.210.410.13
HSL29.01º58.71%69.61%-
HSV(B)29.01º40.81%87.45%-
XYZ50.1248.428.53-
YUV185.0498.07155.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=42.00%
G=33.15%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317613200.210.410.1329.0158.7169.61
HexDFB08401529D1d3b46
Octal33726020402551153573106
Binary1101111110110000100001000101011010011101111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB084; }

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

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

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

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

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

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

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

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