#DFC58F

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

Shades of New Orleans #DFC58F

Tints of New Orleans #DFC58F

Color information

#DFC58F (or 0xDFC58F) is unknown color: approx New Orleans. HEX triplet: DF, C5 and 8F. RGB value is (223,197,143). Sum of RGB (Red+Green+Blue) = 223+197+143=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58F is #203A70. Grayscale: #C6C6C6. Windows color (decimal): -2112113 or 9422303. OLE color: 9422303.

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

Color convert

RGB223197143-
CMYK00.120.360.13
HSL40.5º55.56%71.76%-
HSV(B)40.5º35.87%87.45%-
XYZ55.3657.634.19-
YUV198.6296.61145.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=39.61%
G=34.99%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319714300.120.360.1340.555.5671.76
HexDFC58F0C24D283848
Octal33730521701444155070110
Binary1101111111000101100011110110010010011011010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC58F; }

 p { color: rgb(223,197,143); }

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

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

 a { background-color: rgb(223,197,143); }

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

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

 span { border-color: rgb(223,197,143); }

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