#D5A222

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

Shades of Galliano #D5A222

Tints of Galliano #D5A222

Color information

#D5A222 (or 0xD5A222) is unknown color: approx Galliano. HEX triplet: D5, A2 and 22. RGB value is (213,162,34). Sum of RGB (Red+Green+Blue) = 213+162+34=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A222 is #2A5DDD. Grayscale: #A3A3A3. Windows color (decimal): -2776542 or 2269909. OLE color: 2269909.

HSL color Cylindrical-coordinate representation of color #D5A222: hue angle of 42.91º 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 #D5A222 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB21316234-
CMYK00.240.840.16
HSL42.91º72.47%48.43%-
HSV(B)42.91º84.04%83.53%-
XYZ40.6540.17.11-
YUV162.6655.4163.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 34 (13.67% from 255) = 8.31%
R=52.08%
G=39.61%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131623400.240.840.1642.9172.4748.43
HexD5A22201854102b4830
Octal32524242030124205311060
Binary11010101101000101000100110001010100100001010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A222; }

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

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

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

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

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

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

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

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