#D8AE23

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

Shades of Galliano #D8AE23

Tints of Galliano #D8AE23

Color information

#D8AE23 (or 0xD8AE23) is unknown color: approx Galliano. HEX triplet: D8, AE and 23. RGB value is (216,174,35). Sum of RGB (Red+Green+Blue) = 216+174+35=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AE23 is #2751DC. Grayscale: #ABABAB. Windows color (decimal): -2576861 or 2338520. OLE color: 2338520.

HSL color Cylindrical-coordinate representation of color #D8AE23: hue angle of 46.08º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8AE23 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB21617435-
CMYK00.190.840.15
HSL46.08º72.11%49.22%-
HSV(B)46.08º83.8%84.71%-
XYZ43.7644.997.97-
YUV170.7151.41160.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 35 (14.06% from 255) = 8.24%
R=50.82%
G=40.94%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161743500.190.840.1546.0872.1149.22
HexD8AE2301354F2e4831
Octal33025643023124175611061
Binary1101100010101110100011010011101010011111011101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE23; }

 p { color: rgb(216,174,35); }

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

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

 a { background-color: rgb(216,174,35); }

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

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

 span { border-color: rgb(216,174,35); }

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