#DEA517

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

Shades of Galliano #DEA517

Tints of Galliano #DEA517

Color information

#DEA517 (or 0xDEA517) is unknown color: approx Galliano. HEX triplet: DE, A5 and 17. RGB value is (222,165,23). Sum of RGB (Red+Green+Blue) = 222+165+23=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA517 is #215AE8. Grayscale: #A6A6A6. Windows color (decimal): -2185961 or 1549790. OLE color: 1549790.

HSL color Cylindrical-coordinate representation of color #DEA517: hue angle of 42.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA517 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22216523-
CMYK00.260.900.13
HSL42.81º81.22%48.04%-
HSV(B)42.81º89.64%87.06%-
XYZ43.7342.56.71-
YUV165.8647.38168.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.15%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 23 (9.38% from 255) = 5.61%
R=54.15%
G=40.24%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221652300.260.900.1342.8181.2248.04
HexDEA51701A5AD2b5130
Octal33624527032132155312160
Binary110111101010010110111011010101101011011010111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA517; }

 p { color: rgb(222,165,23); }

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

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

 a { background-color: rgb(222,165,23); }

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

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

 span { border-color: rgb(222,165,23); }

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