#DFC48A

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

Shades of New Orleans #DFC48A

Tints of New Orleans #DFC48A

Color information

#DFC48A (or 0xDFC48A) is unknown color: approx New Orleans. HEX triplet: DF, C4 and 8A. RGB value is (223,196,138). Sum of RGB (Red+Green+Blue) = 223+196+138=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC48A is #203B75. Grayscale: #C5C5C5. Windows color (decimal): -2112374 or 9094367. OLE color: 9094367.

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

Color convert

RGB223196138-
CMYK00.120.380.13
HSL40.94º57.05%70.78%-
HSV(B)40.94º38.12%87.45%-
XYZ54.765732.16-
YUV197.4694.45146.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=40.04%
G=35.19%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319613800.120.380.1340.9457.0570.78
HexDFC48A0C26D293947
Octal33730421201446155171107
Binary1101111111000100100010100110010011011011010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC48A; }

 p { color: rgb(223,196,138); }

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

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

 a { background-color: rgb(223,196,138); }

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

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

 span { border-color: rgb(223,196,138); }

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