#dc9f1d

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

Shades of Galliano #DC9F1D

Tints of Galliano #DC9F1D

Color information

#DC9F1D (or 0xDC9F1D) is unknown color: approx Galliano. HEX triplet: DC, 9F and 1D. RGB value is (220,159,29). Sum of RGB (Red+Green+Blue) = 220+159+29=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F1D is #2360E2. Grayscale: #A3A3A3. Windows color (decimal): -2318563 or 1941468. OLE color: 1941468.

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

Color convert

RGB22015929-
CMYK00.280.870.14
HSL40.84º76.71%48.82%-
HSV(B)40.84º86.82%86.27%-
XYZ42.1440.16.68-
YUV162.4252.71169.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.92%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 29 (11.72% from 255) = 7.11%
R=53.92%
G=38.97%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201592900.280.870.1440.8476.7148.82
HexDC9F1D01C57E294d31
Octal33423735034127165111561
Binary110111001001111111101011100101011111101010011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9f1d; }

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

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

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

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

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

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

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

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