#D3AD2B

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

Shades of Galliano #D3AD2B

Tints of Galliano #D3AD2B

Color information

#D3AD2B (or 0xD3AD2B) is unknown color: approx Galliano. HEX triplet: D3, AD and 2B. RGB value is (211,173,43). Sum of RGB (Red+Green+Blue) = 211+173+43=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD2B is #2C52D4. Grayscale: #AAAAAA. Windows color (decimal): -2904789 or 2862547. OLE color: 2862547.

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

Color convert

RGB21117343-
CMYK00.180.800.17
HSL46.43º66.14%49.8%-
HSV(B)46.43º79.62%82.75%-
XYZ42.2443.918.53-
YUV169.5456.59157.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.41%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 43 (17.19% from 255) = 10.07%
R=49.41%
G=40.52%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111734300.180.800.1746.4366.1449.8
HexD3AD2B01250112e4232
Octal32325553022120215610262
Binary11010011101011011010110100101010000100011011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD2B; }

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

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

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

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

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

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

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

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