#DFC391

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

Shades of New Orleans #DFC391

Tints of New Orleans #DFC391

Color information

#DFC391 (or 0xDFC391) is unknown color: approx New Orleans. HEX triplet: DF, C3 and 91. RGB value is (223,195,145). Sum of RGB (Red+Green+Blue) = 223+195+145=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC391 is #203C6E. Grayscale: #C5C5C5. Windows color (decimal): -2112623 or 9552863. OLE color: 9552863.

HSL color Cylindrical-coordinate representation of color #DFC391: hue angle of 38.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC391 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223195145-
CMYK00.130.350.13
HSL38.46º54.93%72.16%-
HSV(B)38.46º34.98%87.45%-
XYZ55.0656.7634.84-
YUV197.6798.28146.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 145 (57.03% from 255) = 25.75%
R=39.61%
G=34.64%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319514500.130.350.1338.4654.9372.16
HexDFC3910D23D263748
Octal33730322101543154667110
Binary1101111111000011100100010110110001111011001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC391; }

 p { color: rgb(223,195,145); }

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

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

 a { background-color: rgb(223,195,145); }

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

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

 span { border-color: rgb(223,195,145); }

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