#DFC08A

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

Shades of New Orleans #DFC08A

Tints of New Orleans #DFC08A

Color information

#DFC08A (or 0xDFC08A) is unknown color: approx New Orleans. HEX triplet: DF, C0 and 8A. RGB value is (223,192,138). Sum of RGB (Red+Green+Blue) = 223+192+138=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC08A is #203F75. Grayscale: #C3C3C3. Windows color (decimal): -2113398 or 9093343. OLE color: 9093343.

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

Color convert

RGB223192138-
CMYK00.140.380.13
HSL38.12º57.05%70.78%-
HSV(B)38.12º38.12%87.45%-
XYZ53.8755.2231.86-
YUV195.1195.77147.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=40.33%
G=34.72%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319213800.140.380.1338.1257.0570.78
HexDFC08A0E26D263947
Octal33730021201646154671107
Binary1101111111000000100010100111010011011011001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC08A; }

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

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

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

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

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

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

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

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