#d3be37

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

Shades of Old Gold #D3BE37

Tints of Old Gold #D3BE37

Color information

#D3BE37 (or 0xD3BE37) is unknown color: approx Old Gold. HEX triplet: D3, BE and 37. RGB value is (211,190,55). Sum of RGB (Red+Green+Blue) = 211+190+55=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BE37 is #2C41C8. Grayscale: #B5B5B5. Windows color (decimal): -2900425 or 3653331. OLE color: 3653331.

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

Color convert

RGB21119055-
CMYK00.100.740.17
HSL51.92º63.93%52.16%-
HSV(B)51.92º73.93%82.75%-
XYZ45.9750.9511.03-
YUV180.8956.96149.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 55 (21.88% from 255) = 12.06%
R=46.27%
G=41.67%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111905500.100.740.1751.9263.9352.16
HexD3BE370A4A11344034
Octal32327667012112216410064
Binary1101001110111110110111010101001010100011101001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3be37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3be37; }

 p { color: rgb(211,190,55); }

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

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

 a { background-color: rgb(211,190,55); }

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

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

 span { border-color: rgb(211,190,55); }

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