#DDC190

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

Shades of New Orleans #DDC190

Tints of New Orleans #DDC190

Color information

#DDC190 (or 0xDDC190) is unknown color: approx New Orleans. HEX triplet: DD, C1 and 90. RGB value is (221,193,144). Sum of RGB (Red+Green+Blue) = 221+193+144=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC190 is #223E6F. Grayscale: #C4C4C4. Windows color (decimal): -2244208 or 9486813. OLE color: 9486813.

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

Color convert

RGB221193144-
CMYK00.130.350.13
HSL38.18º53.1%71.57%-
HSV(B)38.18º34.84%86.67%-
XYZ53.9255.5334.26-
YUV195.7998.78145.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=39.61%
G=34.59%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119314400.130.350.1338.1853.171.57
HexDDC1900D23D263548
Octal33530122001543154665110
Binary1101110111000001100100000110110001111011001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC190; }

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

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

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

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

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

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

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

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