#D3B21C

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

Shades of Galliano #D3B21C

Tints of Galliano #D3B21C

Color information

#D3B21C (or 0xD3B21C) is unknown color: approx Galliano. HEX triplet: D3, B2 and 1C. RGB value is (211,178,28). Sum of RGB (Red+Green+Blue) = 211+178+28=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B21C is #2C4DE3. Grayscale: #ABABAB. Windows color (decimal): -2903524 or 1880787. OLE color: 1880787.

HSL color Cylindrical-coordinate representation of color #D3B21C: hue angle of 49.18º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3B21C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21117828-
CMYK00.160.870.17
HSL49.18º76.57%46.86%-
HSV(B)49.18º86.73%82.75%-
XYZ42.9945.777.67-
YUV170.7747.43156.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 28 (11.33% from 255) = 6.71%
R=50.60%
G=42.69%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111782800.160.870.1749.1876.5746.86
HexD3B21C0105711314d2f
Octal32326234020127216111557
Binary1101001110110010111000100001010111100011100011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B21C; }

 p { color: rgb(211,178,28); }

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

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

 a { background-color: rgb(211,178,28); }

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

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

 span { border-color: rgb(211,178,28); }

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