#D3A12B

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

Shades of Galliano #D3A12B

Tints of Galliano #D3A12B

Color information

#D3A12B (or 0xD3A12B) is unknown color: approx Galliano. HEX triplet: D3, A1 and 2B. RGB value is (211,161,43). Sum of RGB (Red+Green+Blue) = 211+161+43=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A12B is #2C5ED4. Grayscale: #A3A3A3. Windows color (decimal): -2907861 or 2859475. OLE color: 2859475.

HSL color Cylindrical-coordinate representation of color #D3A12B: hue angle of 42.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3A12B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21116143-
CMYK00.240.800.17
HSL42.14º66.14%49.8%-
HSV(B)42.14º79.62%82.75%-
XYZ40.0439.517.8-
YUV162.560.56162.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 43 (17.19% from 255) = 10.36%
R=50.84%
G=38.80%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111614300.240.800.1742.1466.1449.8
HexD3A12B01850112a4232
Octal32324153030120215210262
Binary11010011101000011010110110001010000100011010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A12B; }

 p { color: rgb(211,161,43); }

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

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

 a { background-color: rgb(211,161,43); }

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

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

 span { border-color: rgb(211,161,43); }

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