#D5A82C

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

Shades of Galliano #D5A82C

Tints of Galliano #D5A82C

Color information

#D5A82C (or 0xD5A82C) is unknown color: approx Galliano. HEX triplet: D5, A8 and 2C. RGB value is (213,168,44). Sum of RGB (Red+Green+Blue) = 213+168+44=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A82C is #2A57D3. Grayscale: #A7A7A7. Windows color (decimal): -2774996 or 2926805. OLE color: 2926805.

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

Color convert

RGB21316844-
CMYK00.210.790.16
HSL44.02º66.8%50.39%-
HSV(B)44.02º79.34%83.53%-
XYZ41.942.338.35-
YUV167.3258.41160.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 44 (17.58% from 255) = 10.35%
R=50.12%
G=39.53%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131684400.210.790.1644.0266.850.39
HexD5A82C0154F102c4332
Octal32525054025117205410362
Binary11010101101010001011000101011001111100001011001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A82C; }

 p { color: rgb(213,168,44); }

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

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

 a { background-color: rgb(213,168,44); }

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

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

 span { border-color: rgb(213,168,44); }

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