#DFC28A

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

Shades of New Orleans #DFC28A

Tints of New Orleans #DFC28A

Color information

#DFC28A (or 0xDFC28A) is unknown color: approx New Orleans. HEX triplet: DF, C2 and 8A. RGB value is (223,194,138). Sum of RGB (Red+Green+Blue) = 223+194+138=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28A is #203D75. Grayscale: #C4C4C4. Windows color (decimal): -2112886 or 9093855. OLE color: 9093855.

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

Color convert

RGB223194138-
CMYK00.130.380.13
HSL39.53º57.05%70.78%-
HSV(B)39.53º38.12%87.45%-
XYZ54.3156.1132.01-
YUV196.2995.11147.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=40.18%
G=34.95%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319413800.130.380.1339.5357.0570.78
HexDFC28A0D26D283947
Octal33730221201546155071107
Binary1101111111000010100010100110110011011011010001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC28A; }

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

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

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

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

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

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

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

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