#D8AF23

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

Shades of Galliano #D8AF23

Tints of Galliano #D8AF23

Color information

#D8AF23 (or 0xD8AF23) is unknown color: approx Galliano. HEX triplet: D8, AF and 23. RGB value is (216,175,35). Sum of RGB (Red+Green+Blue) = 216+175+35=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF23 is #2750DC. Grayscale: #ABABAB. Windows color (decimal): -2576605 or 2338776. OLE color: 2338776.

HSL color Cylindrical-coordinate representation of color #D8AF23: hue angle of 46.41º 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 #D8AF23 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB21617535-
CMYK00.190.840.15
HSL46.41º72.11%49.22%-
HSV(B)46.41º83.8%84.71%-
XYZ43.9545.388.03-
YUV171.351.08159.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 35 (14.06% from 255) = 8.22%
R=50.70%
G=41.08%
B=8.22%

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
Decimal2161753500.190.840.1546.4172.1149.22
HexD8AF2301354F2e4831
Octal33025743023124175611061
Binary1101100010101111100011010011101010011111011101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF23; }

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

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

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

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

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

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

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

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