#DDC490

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

Shades of New Orleans #DDC490

Tints of New Orleans #DDC490

Color information

#DDC490 (or 0xDDC490) is unknown color: approx New Orleans. HEX triplet: DD, C4 and 90. RGB value is (221,196,144). Sum of RGB (Red+Green+Blue) = 221+196+144=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC490 is #223B6F. Grayscale: #C5C5C5. Windows color (decimal): -2243440 or 9487581. OLE color: 9487581.

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

Color convert

RGB221196144-
CMYK00.110.350.13
HSL40.52º53.1%71.57%-
HSV(B)40.52º34.84%86.67%-
XYZ54.5956.8734.48-
YUV197.5597.78144.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=39.39%
G=34.94%
B=25.67%

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
Decimal22119614400.110.350.1340.5253.171.57
HexDDC4900B23D293548
Octal33530422001343155165110
Binary1101110111000100100100000101110001111011010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC490; }

 p { color: rgb(221,196,144); }

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

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

 a { background-color: rgb(221,196,144); }

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

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

 span { border-color: rgb(221,196,144); }

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