#DEAD1C

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

Shades of Galliano #DEAD1C

Tints of Galliano #DEAD1C

Color information

#DEAD1C (or 0xDEAD1C) is unknown color: approx Galliano. HEX triplet: DE, AD and 1C. RGB value is (222,173,28). Sum of RGB (Red+Green+Blue) = 222+173+28=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD1C is #2152E3. Grayscale: #ABABAB. Windows color (decimal): -2183908 or 1879518. OLE color: 1879518.

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

Color convert

RGB22217328-
CMYK00.220.870.13
HSL44.85º77.6%49.02%-
HSV(B)44.85º87.39%87.06%-
XYZ45.2845.57.49-
YUV171.1247.23164.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.48%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 28 (11.33% from 255) = 6.62%
R=52.48%
G=40.90%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221732800.220.870.1344.8577.649.02
HexDEAD1C01657D2d4e31
Octal33625534026127155511661
Binary110111101010110111100010110101011111011011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD1C; }

 p { color: rgb(222,173,28); }

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

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

 a { background-color: rgb(222,173,28); }

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

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

 span { border-color: rgb(222,173,28); }

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