#DFB275

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

Shades of Manhattan #DFB275

Tints of Manhattan #DFB275

Color information

#DFB275 (or 0xDFB275) is unknown color: approx Manhattan. HEX triplet: DF, B2 and 75. RGB value is (223,178,117). Sum of RGB (Red+Green+Blue) = 223+178+117=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB275 is #204D8A. Grayscale: #B8B8B8. Windows color (decimal): -2117003 or 7713503. OLE color: 7713503.

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

Color convert

RGB223178117-
CMYK00.200.480.13
HSL34.53º62.35%66.67%-
HSV(B)34.53º47.53%87.45%-
XYZ49.5648.8123.64-
YUV184.589.91155.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=43.05%
G=34.36%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317811700.200.480.1334.5362.3566.67
HexDFB27501430D233e43
Octal33726216502460154376103
Binary1101111110110010111010101010011000011011000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB275; }

 p { color: rgb(223,178,117); }

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

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

 a { background-color: rgb(223,178,117); }

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

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

 span { border-color: rgb(223,178,117); }

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