#D3A724

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

Shades of Galliano #D3A724

Tints of Galliano #D3A724

Color information

#D3A724 (or 0xD3A724) is unknown color: approx Galliano. HEX triplet: D3, A7 and 24. RGB value is (211,167,36). Sum of RGB (Red+Green+Blue) = 211+167+36=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A724 is #2C58DB. Grayscale: #A5A5A5. Windows color (decimal): -2906332 or 2402259. OLE color: 2402259.

HSL color Cylindrical-coordinate representation of color #D3A724: hue angle of 44.91º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3A724 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB21116736-
CMYK00.210.830.17
HSL44.91º70.85%48.43%-
HSV(B)44.91º82.94%82.75%-
XYZ4141.617.54-
YUV165.2255.08160.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.97%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 36 (14.45% from 255) = 8.70%
R=50.97%
G=40.34%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111673600.210.830.1744.9170.8548.43
HexD3A72401553112d4730
Octal32324744025123215510760
Binary11010011101001111001000101011010011100011011011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A724; }

 p { color: rgb(211,167,36); }

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

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

 a { background-color: rgb(211,167,36); }

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

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

 span { border-color: rgb(211,167,36); }

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