#D79E27

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

Shades of Galliano #D79E27

Tints of Galliano #D79E27

Color information

#D79E27 (or 0xD79E27) is unknown color: approx Galliano. HEX triplet: D7, 9E and 27. RGB value is (215,158,39). Sum of RGB (Red+Green+Blue) = 215+158+39=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79E27 is #2861D8. Grayscale: #A2A2A2. Windows color (decimal): -2646489 or 2596567. OLE color: 2596567.

HSL color Cylindrical-coordinate representation of color #D79E27: hue angle of 40.57º 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 #D79E27 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21515839-
CMYK00.270.820.16
HSL40.57º69.29%49.8%-
HSV(B)40.57º81.86%84.31%-
XYZ40.6239.057.32-
YUV161.4858.88166.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.18%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 39 (15.62% from 255) = 9.47%
R=52.18%
G=38.35%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151583900.270.820.1640.5769.2949.8
HexD79E2701B5210294532
Octal32723647033122205110562
Binary11010111100111101001110110111010010100001010011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79E27; }

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

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

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

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

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

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

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

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