#DC9E1E

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

Shades of Galliano #DC9E1E

Tints of Galliano #DC9E1E

Color information

#DC9E1E (or 0xDC9E1E) is unknown color: approx Galliano. HEX triplet: DC, 9E and 1E. RGB value is (220,158,30). Sum of RGB (Red+Green+Blue) = 220+158+30=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E1E is #2361E1. Grayscale: #A2A2A2. Windows color (decimal): -2318818 or 2006748. OLE color: 2006748.

HSL color Cylindrical-coordinate representation of color #DC9E1E: hue angle of 40.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC9E1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB22015830-
CMYK00.280.860.14
HSL40.42º76%49.02%-
HSV(B)40.42º86.36%86.27%-
XYZ41.9839.766.69-
YUV161.9553.54169.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.92%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 30 (12.11% from 255) = 7.35%
R=53.92%
G=38.73%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201583000.280.860.1440.427649.02
HexDC9E1E01C56E284c31
Octal33423636034126165011461
Binary110111001001111011110011100101011011101010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E1E; }

 p { color: rgb(220,158,30); }

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

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

 a { background-color: rgb(220,158,30); }

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

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

 span { border-color: rgb(220,158,30); }

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