#DFC18D

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

Shades of New Orleans #DFC18D

Tints of New Orleans #DFC18D

Color information

#DFC18D (or 0xDFC18D) is unknown color: approx New Orleans. HEX triplet: DF, C1 and 8D. RGB value is (223,193,141). Sum of RGB (Red+Green+Blue) = 223+193+141=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18D is #203E72. Grayscale: #C4C4C4. Windows color (decimal): -2113139 or 9290207. OLE color: 9290207.

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

Color convert

RGB223193141-
CMYK00.130.370.13
HSL38.05º56.16%71.37%-
HSV(B)38.05º36.77%87.45%-
XYZ54.3155.7533.1-
YUV196.0496.94147.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=40.04%
G=34.65%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319314100.130.370.1338.0556.1671.37
HexDFC18D0D25D263847
Octal33730121501545154670107
Binary1101111111000001100011010110110010111011001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC18D; }

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

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

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

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

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

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

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

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