#D4AB2B

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

Shades of Galliano #D4AB2B

Tints of Galliano #D4AB2B

Color information

#D4AB2B (or 0xD4AB2B) is unknown color: approx Galliano. HEX triplet: D4, AB and 2B. RGB value is (212,171,43). Sum of RGB (Red+Green+Blue) = 212+171+43=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB2B is #2B54D4. Grayscale: #A9A9A9. Windows color (decimal): -2839765 or 2862036. OLE color: 2862036.

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

Color convert

RGB21217143-
CMYK00.190.800.17
HSL45.44º66.27%50%-
HSV(B)45.44º79.72%83.14%-
XYZ42.1543.38.42-
YUV168.6757.08158.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.77%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 43 (17.19% from 255) = 10.09%
R=49.77%
G=40.14%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121714300.190.800.1745.4466.2750
HexD4AB2B01350112d4232
Octal32425353023120215510262
Binary11010100101010111010110100111010000100011011011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB2B; }

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

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

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

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

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

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

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

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