#D5AE10

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

Shades of Galliano #D5AE10

Tints of Galliano #D5AE10

Color information

#D5AE10 (or 0xD5AE10) is unknown color: approx Galliano. HEX triplet: D5, AE and 10. RGB value is (213,174,16). Sum of RGB (Red+Green+Blue) = 213+174+16=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AE10 is #2A51EF. Grayscale: #A8A8A8. Windows color (decimal): -2773488 or 1093333. OLE color: 1093333.

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

Color convert

RGB21317416-
CMYK00.180.920.16
HSL48.12º86.03%44.9%-
HSV(B)48.12º92.49%83.53%-
XYZ42.6744.466.82-
YUV167.6542.42160.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 16 (6.64% from 255) = 3.97%
R=52.85%
G=43.18%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131741600.180.920.1648.1286.0344.9
HexD5AE100125C1030562d
Octal32525620022134206012655
Binary1101010110101110100000100101011100100001100001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE10; }

 p { color: rgb(213,174,16); }

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

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

 a { background-color: rgb(213,174,16); }

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

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

 span { border-color: rgb(213,174,16); }

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