#DFC88E

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

Shades of New Orleans #DFC88E

Tints of New Orleans #DFC88E

Color information

#DFC88E (or 0xDFC88E) is unknown color: approx New Orleans. HEX triplet: DF, C8 and 8E. RGB value is (223,200,142). Sum of RGB (Red+Green+Blue) = 223+200+142=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC88E is #203771. Grayscale: #C8C8C8. Windows color (decimal): -2111346 or 9357535. OLE color: 9357535.

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

Color convert

RGB223200142-
CMYK00.100.360.13
HSL42.96º55.86%71.57%-
HSV(B)42.96º36.32%87.45%-
XYZ55.9758.9534.02-
YUV200.2695.12144.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=39.47%
G=35.40%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320014200.100.360.1342.9655.8671.57
HexDFC88E0A24D2b3848
Octal33731021601244155370110
Binary1101111111001000100011100101010010011011010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC88E; }

 p { color: rgb(223,200,142); }

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

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

 a { background-color: rgb(223,200,142); }

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

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

 span { border-color: rgb(223,200,142); }

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