#D7A027

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

Shades of Galliano #D7A027

Tints of Galliano #D7A027

Color information

#D7A027 (or 0xD7A027) is unknown color: approx Galliano. HEX triplet: D7, A0 and 27. RGB value is (215,160,39). Sum of RGB (Red+Green+Blue) = 215+160+39=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A027 is #285FD8. Grayscale: #A3A3A3. Windows color (decimal): -2645977 or 2597079. OLE color: 2597079.

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

Color convert

RGB21516039-
CMYK00.260.820.16
HSL41.25º69.29%49.8%-
HSV(B)41.25º81.86%84.31%-
XYZ40.9639.747.43-
YUV162.6558.22165.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.93%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 39 (15.62% from 255) = 9.42%
R=51.93%
G=38.65%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151603900.260.820.1641.2569.2949.8
HexD7A02701A5210294532
Octal32724047032122205110562
Binary11010111101000001001110110101010010100001010011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A027; }

 p { color: rgb(215,160,39); }

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

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

 a { background-color: rgb(215,160,39); }

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

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

 span { border-color: rgb(215,160,39); }

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