#D3BB35

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

Shades of Old Gold #D3BB35

Tints of Old Gold #D3BB35

Color information

#D3BB35 (or 0xD3BB35) is unknown color: approx Old Gold. HEX triplet: D3, BB and 35. RGB value is (211,187,53). Sum of RGB (Red+Green+Blue) = 211+187+53=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB35 is #2C44CA. Grayscale: #B3B3B3. Windows color (decimal): -2901195 or 3521491. OLE color: 3521491.

HSL color Cylindrical-coordinate representation of color #D3BB35: hue angle of 50.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3BB35 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21118753-
CMYK00.110.750.17
HSL50.89º64.23%51.76%-
HSV(B)50.89º74.88%82.75%-
XYZ45.2849.6510.56-
YUV178.956.95150.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.78%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=46.78%
G=41.46%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111875300.110.750.1750.8964.2351.76
HexD3BB350B4B11334034
Octal32327365013113216310064
Binary1101001110111011110101010111001011100011100111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BB35; }

 p { color: rgb(211,187,53); }

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

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

 a { background-color: rgb(211,187,53); }

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

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

 span { border-color: rgb(211,187,53); }

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