#D5A422

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

Shades of Galliano #D5A422

Tints of Galliano #D5A422

Color information

#D5A422 (or 0xD5A422) is unknown color: approx Galliano. HEX triplet: D5, A4 and 22. RGB value is (213,164,34). Sum of RGB (Red+Green+Blue) = 213+164+34=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A422 is #2A5BDD. Grayscale: #A4A4A4. Windows color (decimal): -2776030 or 2270421. OLE color: 2270421.

HSL color Cylindrical-coordinate representation of color #D5A422: hue angle of 43.58º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5A422 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21316434-
CMYK00.230.840.16
HSL43.58º72.47%48.43%-
HSV(B)43.58º84.04%83.53%-
XYZ4140.817.23-
YUV163.8354.73163.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 34 (13.67% from 255) = 8.27%
R=51.82%
G=39.90%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131643400.230.840.1643.5872.4748.43
HexD5A42201754102c4830
Octal32524442027124205411060
Binary11010101101001001000100101111010100100001011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A422; }

 p { color: rgb(213,164,34); }

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

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

 a { background-color: rgb(213,164,34); }

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

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

 span { border-color: rgb(213,164,34); }

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