#D3B92B

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

Shades of Old Gold #D3B92B

Tints of Old Gold #D3B92B

Color information

#D3B92B (or 0xD3B92B) is unknown color: approx Old Gold. HEX triplet: D3, B9 and 2B. RGB value is (211,185,43). Sum of RGB (Red+Green+Blue) = 211+185+43=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B92B is #2C46D4. Grayscale: #B1B1B1. Windows color (decimal): -2901717 or 2865619. OLE color: 2865619.

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

Color convert

RGB21118543-
CMYK00.120.800.17
HSL50.71º66.14%49.8%-
HSV(B)50.71º79.62%82.75%-
XYZ44.6548.729.34-
YUV176.5952.61152.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.06%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 43 (17.19% from 255) = 9.79%
R=48.06%
G=42.14%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111854300.120.800.1750.7166.1449.8
HexD3B92B0C5011334232
Octal32327153014120216310262
Binary1101001110111001101011011001010000100011100111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B92B; }

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

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

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

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

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

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

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

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