#DC9F25

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

Shades of Galliano #DC9F25

Tints of Galliano #DC9F25

Color information

#DC9F25 (or 0xDC9F25) is unknown color: approx Galliano. HEX triplet: DC, 9F and 25. RGB value is (220,159,37). Sum of RGB (Red+Green+Blue) = 220+159+37=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F25 is #2360DA. Grayscale: #A3A3A3. Windows color (decimal): -2318555 or 2465756. OLE color: 2465756.

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

Color convert

RGB22015937-
CMYK00.280.830.14
HSL40º72.33%50.39%-
HSV(B)40º83.18%86.27%-
XYZ42.2540.157.27-
YUV163.3356.71168.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 37 (14.84% from 255) = 8.89%
R=52.88%
G=38.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201593700.280.830.144072.3350.39
HexDC9F2501C53E284832
Octal33423745034123165011062
Binary1101110010011111100101011100101001111101010001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F25; }

 p { color: rgb(220,159,37); }

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

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

 a { background-color: rgb(220,159,37); }

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

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

 span { border-color: rgb(220,159,37); }

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