#D4A82B

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

Shades of Galliano #D4A82B

Tints of Galliano #D4A82B

Color information

#D4A82B (or 0xD4A82B) is unknown color: approx Galliano. HEX triplet: D4, A8 and 2B. RGB value is (212,168,43). Sum of RGB (Red+Green+Blue) = 212+168+43=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A82B is #2B57D4. Grayscale: #A7A7A7. Windows color (decimal): -2840533 or 2861268. OLE color: 2861268.

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

Color convert

RGB21216843-
CMYK00.210.800.17
HSL44.38º66.27%50%-
HSV(B)44.38º79.72%83.14%-
XYZ41.5942.188.23-
YUV166.9158.08160.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=50.12%
G=39.72%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121684300.210.800.1744.3866.2750
HexD4A82B01550112c4232
Octal32425053025120215410262
Binary11010100101010001010110101011010000100011011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A82B; }

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

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

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

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

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

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

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

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