#DDC18F

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

Shades of New Orleans #DDC18F

Tints of New Orleans #DDC18F

Color information

#DDC18F (or 0xDDC18F) is unknown color: approx New Orleans. HEX triplet: DD, C1 and 8F. RGB value is (221,193,143). Sum of RGB (Red+Green+Blue) = 221+193+143=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC18F is #223E70. Grayscale: #C3C3C3. Windows color (decimal): -2244209 or 9421277. OLE color: 9421277.

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

Color convert

RGB221193143-
CMYK00.130.350.13
HSL38.46º53.42%71.37%-
HSV(B)38.46º35.29%86.67%-
XYZ53.8555.533.86-
YUV195.6798.28146.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=39.68%
G=34.65%
B=25.67%

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
Decimal22119314300.130.350.1338.4653.4271.37
HexDDC18F0D23D263547
Octal33530121701543154665107
Binary1101110111000001100011110110110001111011001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC18F; }

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

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

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

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

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

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

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

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