#D5AD17

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

Shades of Galliano #D5AD17

Tints of Galliano #D5AD17

Color information

#D5AD17 (or 0xD5AD17) is unknown color: approx Galliano. HEX triplet: D5, AD and 17. RGB value is (213,173,23). Sum of RGB (Red+Green+Blue) = 213+173+23=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD17 is #2A52E8. Grayscale: #A8A8A8. Windows color (decimal): -2773737 or 1551829. OLE color: 1551829.

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

Color convert

RGB21317323-
CMYK00.190.890.16
HSL47.37º80.51%46.27%-
HSV(B)47.37º89.2%83.53%-
XYZ42.5444.17.08-
YUV167.8646.25160.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 23 (9.38% from 255) = 5.62%
R=52.08%
G=42.30%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131732300.190.890.1647.3780.5146.27
HexD5AD1701359102f512e
Octal32525527023131205712156
Binary1101010110101101101110100111011001100001011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD17; }

 p { color: rgb(213,173,23); }

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

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

 a { background-color: rgb(213,173,23); }

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

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

 span { border-color: rgb(213,173,23); }

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