#DFBF86

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

Shades of New Orleans #DFBF86

Tints of New Orleans #DFBF86

Color information

#DFBF86 (or 0xDFBF86) is unknown color: approx New Orleans. HEX triplet: DF, BF and 86. RGB value is (223,191,134). Sum of RGB (Red+Green+Blue) = 223+191+134=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF86 is #204079. Grayscale: #C2C2C2. Windows color (decimal): -2113658 or 8830943. OLE color: 8830943.

HSL color Cylindrical-coordinate representation of color #DFBF86: hue angle of 38.43º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFBF86 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223191134-
CMYK00.140.400.13
HSL38.43º58.17%70%-
HSV(B)38.43º39.91%87.45%-
XYZ53.3754.6730.29-
YUV194.0794.1148.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=40.69%
G=34.85%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319113400.140.400.1338.4358.1770
HexDFBF860E28D263a46
Octal33727720601650154672106
Binary1101111110111111100001100111010100011011001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF86; }

 p { color: rgb(223,191,134); }

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

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

 a { background-color: rgb(223,191,134); }

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

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

 span { border-color: rgb(223,191,134); }

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