#DFC18E

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

Shades of New Orleans #DFC18E

Tints of New Orleans #DFC18E

Color information

#DFC18E (or 0xDFC18E) is unknown color: approx New Orleans. HEX triplet: DF, C1 and 8E. RGB value is (223,193,142). Sum of RGB (Red+Green+Blue) = 223+193+142=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18E is #203E71. Grayscale: #C4C4C4. Windows color (decimal): -2113138 or 9355743. OLE color: 9355743.

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

Color convert

RGB223193142-
CMYK00.130.360.13
HSL37.78º55.86%71.57%-
HSV(B)37.78º36.32%87.45%-
XYZ54.3855.7833.49-
YUV196.1697.44147.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=39.96%
G=34.59%
B=25.45%

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
Decimal22319314200.130.360.1337.7855.8671.57
HexDFC18E0D24D263848
Octal33730121601544154670110
Binary1101111111000001100011100110110010011011001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC18E; }

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

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

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

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

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

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

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

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