#DCC291

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

Shades of New Orleans #DCC291

Tints of New Orleans #DCC291

Color information

#DCC291 (or 0xDCC291) is unknown color: approx New Orleans. HEX triplet: DC, C2 and 91. RGB value is (220,194,145). Sum of RGB (Red+Green+Blue) = 220+194+145=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC291 is #233D6E. Grayscale: #C4C4C4. Windows color (decimal): -2309487 or 9552604. OLE color: 9552604.

HSL color Cylindrical-coordinate representation of color #DCC291: hue angle of 39.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC291 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220194145-
CMYK00.120.340.14
HSL39.2º51.72%71.57%-
HSV(B)39.2º34.09%86.27%-
XYZ53.9255.8434.73-
YUV196.1999.11144.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=39.36%
G=34.70%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019414500.120.340.1439.251.7271.57
HexDCC2910C22E273448
Octal33430222101442164764110
Binary1101110011000010100100010110010001011101001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC291; }

 p { color: rgb(220,194,145); }

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

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

 a { background-color: rgb(220,194,145); }

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

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

 span { border-color: rgb(220,194,145); }

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