#D8A723

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

Shades of Galliano #D8A723

Tints of Galliano #D8A723

Color information

#D8A723 (or 0xD8A723) is unknown color: approx Galliano. HEX triplet: D8, A7 and 23. RGB value is (216,167,35). Sum of RGB (Red+Green+Blue) = 216+167+35=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A723 is #2758DC. Grayscale: #A7A7A7. Windows color (decimal): -2578653 or 2336728. OLE color: 2336728.

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

Color convert

RGB21616735-
CMYK00.230.840.15
HSL43.76º72.11%49.22%-
HSV(B)43.76º83.8%84.71%-
XYZ42.4442.367.53-
YUV166.653.73163.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 167 (65.62% from 255) = 39.95%
BLUE value IS 35 (14.06% from 255) = 8.37%
R=51.67%
G=39.95%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161673500.230.840.1543.7672.1149.22
HexD8A72301754F2c4831
Octal33024743027124175411061
Binary1101100010100111100011010111101010011111011001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A723; }

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

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

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

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

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

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

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

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