#DFC28B

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

Shades of New Orleans #DFC28B

Tints of New Orleans #DFC28B

Color information

#DFC28B (or 0xDFC28B) is unknown color: approx New Orleans. HEX triplet: DF, C2 and 8B. RGB value is (223,194,139). Sum of RGB (Red+Green+Blue) = 223+194+139=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28B is #203D74. Grayscale: #C4C4C4. Windows color (decimal): -2112885 or 9159391. OLE color: 9159391.

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

Color convert

RGB223194139-
CMYK00.130.380.13
HSL39.29º56.76%70.98%-
HSV(B)39.29º37.67%87.45%-
XYZ54.3856.1432.4-
YUV196.495.61146.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 139 (54.69% from 255) = 25%
R=40.11%
G=34.89%
B=25%

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
Decimal22319413900.130.380.1339.2956.7670.98
HexDFC28B0D26D273947
Octal33730221301546154771107
Binary1101111111000010100010110110110011011011001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC28B; }

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

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

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

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

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

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

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

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