#DEC690

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

Shades of New Orleans #DEC690

Tints of New Orleans #DEC690

Color information

#DEC690 (or 0xDEC690) is unknown color: approx New Orleans. HEX triplet: DE, C6 and 90. RGB value is (222,198,144). Sum of RGB (Red+Green+Blue) = 222+198+144=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC690 is #21396F. Grayscale: #C7C7C7. Windows color (decimal): -2177392 or 9488094. OLE color: 9488094.

HSL color Cylindrical-coordinate representation of color #DEC690: hue angle of 41.54º degrees, saturation: 0.54, 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 #DEC690 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222198144-
CMYK00.110.350.13
HSL41.54º54.17%71.76%-
HSV(B)41.54º35.14%87.06%-
XYZ55.3557.9334.65-
YUV199.0296.95144.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=39.36%
G=35.11%
B=25.53%

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
Decimal22219814400.110.350.1341.5454.1771.76
HexDEC6900B23D2a3648
Octal33630622001343155266110
Binary1101111011000110100100000101110001111011010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC690; }

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

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

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

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

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

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

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

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