#DDC390

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

Shades of New Orleans #DDC390

Tints of New Orleans #DDC390

Color information

#DDC390 (or 0xDDC390) is unknown color: approx New Orleans. HEX triplet: DD, C3 and 90. RGB value is (221,195,144). Sum of RGB (Red+Green+Blue) = 221+195+144=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC390 is #223C6F. Grayscale: #C5C5C5. Windows color (decimal): -2243696 or 9487325. OLE color: 9487325.

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

Color convert

RGB221195144-
CMYK00.120.350.13
HSL39.74º53.1%71.57%-
HSV(B)39.74º34.84%86.67%-
XYZ54.3756.4234.41-
YUV196.9698.11145.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=39.46%
G=34.82%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119514400.120.350.1339.7453.171.57
HexDDC3900C23D283548
Octal33530322001443155065110
Binary1101110111000011100100000110010001111011010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC390; }

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

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

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

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

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

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

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

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