#DFBF87

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

Shades of New Orleans #DFBF87

Tints of New Orleans #DFBF87

Color information

#DFBF87 (or 0xDFBF87) is unknown color: approx New Orleans. HEX triplet: DF, BF and 87. RGB value is (223,191,135). Sum of RGB (Red+Green+Blue) = 223+191+135=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF87 is #204078. Grayscale: #C2C2C2. Windows color (decimal): -2113657 or 8896479. OLE color: 8896479.

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

Color convert

RGB223191135-
CMYK00.140.390.13
HSL38.18º57.89%70.2%-
HSV(B)38.18º39.46%87.45%-
XYZ53.4454.730.66-
YUV194.1894.6148.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 135 (53.12% from 255) = 24.59%
R=40.62%
G=34.79%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319113500.140.390.1338.1857.8970.2
HexDFBF870E27D263a46
Octal33727720701647154672106
Binary1101111110111111100001110111010011111011001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF87; }

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

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

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

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

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

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

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

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