#DFC18F

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

Shades of New Orleans #DFC18F

Tints of New Orleans #DFC18F

Color information

#DFC18F (or 0xDFC18F) is unknown color: approx New Orleans. HEX triplet: DF, C1 and 8F. RGB value is (223,193,143). Sum of RGB (Red+Green+Blue) = 223+193+143=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18F is #203E70. Grayscale: #C4C4C4. Windows color (decimal): -2113137 or 9421279. OLE color: 9421279.

HSL color Cylindrical-coordinate representation of color #DFC18F: hue angle of 37.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 #DFC18F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223193143-
CMYK00.130.360.13
HSL37.5º55.56%71.76%-
HSV(B)37.5º35.87%87.45%-
XYZ54.4655.8133.89-
YUV196.2797.94147.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 143 (56.25% from 255) = 25.58%
R=39.89%
G=34.53%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319314300.130.360.1337.555.5671.76
HexDFC18F0D24D263848
Octal33730121701544154670110
Binary1101111111000001100011110110110010011011001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC18F; }

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

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

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

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

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

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

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

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