#D1AB2B

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

Shades of Galliano #D1AB2B

Tints of Galliano #D1AB2B

Color information

#D1AB2B (or 0xD1AB2B) is unknown color: approx Galliano. HEX triplet: D1, AB and 2B. RGB value is (209,171,43). Sum of RGB (Red+Green+Blue) = 209+171+43=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB2B is #2E54D4. Grayscale: #A8A8A8. Windows color (decimal): -3036373 or 2862033. OLE color: 2862033.

HSL color Cylindrical-coordinate representation of color #D1AB2B: hue angle of 46.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1AB2B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20917143-
CMYK00.180.790.18
HSL46.27º65.87%49.41%-
HSV(B)46.27º79.43%81.96%-
XYZ41.2942.868.38-
YUV167.7757.59157.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=49.41%
G=40.43%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091714300.180.790.1846.2765.8749.41
HexD1AB2B0124F122e4231
Octal32125353022117225610261
Binary11010001101010111010110100101001111100101011101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB2B; }

 p { color: rgb(209,171,43); }

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

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

 a { background-color: rgb(209,171,43); }

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

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

 span { border-color: rgb(209,171,43); }

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