#d5a22e

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

Shades of Galliano #D5A22E

Tints of Galliano #D5A22E

Color information

#D5A22E (or 0xD5A22E) is unknown color: approx Galliano. HEX triplet: D5, A2 and 2E. RGB value is (213,162,46). Sum of RGB (Red+Green+Blue) = 213+162+46=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A22E is #2A5DD1. Grayscale: #A4A4A4. Windows color (decimal): -2776530 or 3056341. OLE color: 3056341.

HSL color Cylindrical-coordinate representation of color #D5A22E: hue angle of 41.68º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5A22E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21316246-
CMYK00.240.780.16
HSL41.68º66.53%50.78%-
HSV(B)41.68º78.4%83.53%-
XYZ40.8540.188.19-
YUV164.0261.4162.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 46 (18.36% from 255) = 10.93%
R=50.59%
G=38.48%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131624600.240.780.1641.6866.5350.78
HexD5A22E0184E102a4333
Octal32524256030116205210363
Binary11010101101000101011100110001001110100001010101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5a22e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5a22e; }

 p { color: rgb(213,162,46); }

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

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

 a { background-color: rgb(213,162,46); }

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

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

 span { border-color: rgb(213,162,46); }

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