#DFC690

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

Shades of New Orleans #DFC690

Tints of New Orleans #DFC690

Color information

#DFC690 (or 0xDFC690) is unknown color: approx New Orleans. HEX triplet: DF, C6 and 90. RGB value is (223,198,144). Sum of RGB (Red+Green+Blue) = 223+198+144=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC690 is #20396F. Grayscale: #C7C7C7. Windows color (decimal): -2111856 or 9488095. OLE color: 9488095.

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

Color convert

RGB223198144-
CMYK00.110.350.13
HSL41.01º55.24%71.96%-
HSV(B)41.01º35.43%87.45%-
XYZ55.6658.0934.66-
YUV199.3296.78144.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=39.47%
G=35.04%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319814400.110.350.1341.0155.2471.96
HexDFC6900B23D293748
Octal33730622001343155167110
Binary1101111111000110100100000101110001111011010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC690; }

 p { color: rgb(223,198,144); }

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

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

 a { background-color: rgb(223,198,144); }

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

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

 span { border-color: rgb(223,198,144); }

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