#D7A11E

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

Shades of Galliano #D7A11E

Tints of Galliano #D7A11E

Color information

#D7A11E (or 0xD7A11E) is unknown color: approx Galliano. HEX triplet: D7, A1 and 1E. RGB value is (215,161,30). Sum of RGB (Red+Green+Blue) = 215+161+30=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A11E is #285EE1. Grayscale: #A2A2A2. Windows color (decimal): -2645730 or 2007511. OLE color: 2007511.

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

Color convert

RGB21516130-
CMYK00.250.860.16
HSL42.49º75.51%48.04%-
HSV(B)42.49º86.05%84.31%-
XYZ4140.036.79-
YUV162.2153.39165.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 30 (12.11% from 255) = 7.39%
R=52.96%
G=39.66%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151613000.250.860.1642.4975.5148.04
HexD7A11E01956102a4c30
Octal32724136031126205211460
Binary1101011110100001111100110011010110100001010101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A11E; }

 p { color: rgb(215,161,30); }

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

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

 a { background-color: rgb(215,161,30); }

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

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

 span { border-color: rgb(215,161,30); }

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