#D5AC13

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

Shades of Galliano #D5AC13

Tints of Galliano #D5AC13

Color information

#D5AC13 (or 0xD5AC13) is unknown color: approx Galliano. HEX triplet: D5, AC and 13. RGB value is (213,172,19). Sum of RGB (Red+Green+Blue) = 213+172+19=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC13 is #2A53EC. Grayscale: #A7A7A7. Windows color (decimal): -2773997 or 1289429. OLE color: 1289429.

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

Color convert

RGB21317219-
CMYK00.190.910.16
HSL47.32º83.62%45.49%-
HSV(B)47.32º91.08%83.53%-
XYZ42.3143.76.82-
YUV166.8244.58160.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 19 (7.81% from 255) = 4.70%
R=52.72%
G=42.57%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131721900.190.910.1647.3283.6245.49
HexD5AC130135B102f542d
Octal32525423023133205712455
Binary1101010110101100100110100111011011100001011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC13; }

 p { color: rgb(213,172,19); }

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

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

 a { background-color: rgb(213,172,19); }

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

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

 span { border-color: rgb(213,172,19); }

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