#DEA622

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

Shades of Galliano #DEA622

Tints of Galliano #DEA622

Color information

#DEA622 (or 0xDEA622) is unknown color: approx Galliano. HEX triplet: DE, A6 and 22. RGB value is (222,166,34). Sum of RGB (Red+Green+Blue) = 222+166+34=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA622 is #2159DD. Grayscale: #A8A8A8. Windows color (decimal): -2185694 or 2270942. OLE color: 2270942.

HSL color Cylindrical-coordinate representation of color #DEA622: hue angle of 42.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEA622 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22216634-
CMYK00.250.850.13
HSL42.13º74.02%50.2%-
HSV(B)42.13º84.68%87.06%-
XYZ44.0542.927.48-
YUV167.752.55166.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.61%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 34 (13.67% from 255) = 8.06%
R=52.61%
G=39.34%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221663400.250.850.1342.1374.0250.2
HexDEA62201955D2a4a32
Octal33624642031125155211262
Binary1101111010100110100010011001101010111011010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA622; }

 p { color: rgb(222,166,34); }

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

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

 a { background-color: rgb(222,166,34); }

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

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

 span { border-color: rgb(222,166,34); }

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