#D8A61D

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

Shades of Galliano #D8A61D

Tints of Galliano #D8A61D

Color information

#D8A61D (or 0xD8A61D) is unknown color: approx Galliano. HEX triplet: D8, A6 and 1D. RGB value is (216,166,29). Sum of RGB (Red+Green+Blue) = 216+166+29=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A61D is #2759E2. Grayscale: #A5A5A5. Windows color (decimal): -2578915 or 1943256. OLE color: 1943256.

HSL color Cylindrical-coordinate representation of color #D8A61D: hue angle of 43.96º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8A61D is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21616629-
CMYK00.230.870.15
HSL43.96º76.33%48.04%-
HSV(B)43.96º86.57%84.71%-
XYZ42.1841.967.04-
YUV165.3351.06164.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 29 (11.72% from 255) = 7.06%
R=52.55%
G=40.39%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161662900.230.870.1543.9676.3348.04
HexD8A61D01757F2c4c30
Octal33024635027127175411460
Binary110110001010011011101010111101011111111011001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A61D; }

 p { color: rgb(216,166,29); }

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

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

 a { background-color: rgb(216,166,29); }

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

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

 span { border-color: rgb(216,166,29); }

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