#D5BE35

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

Shades of Old Gold #D5BE35

Tints of Old Gold #D5BE35

Color information

#D5BE35 (or 0xD5BE35) is unknown color: approx Old Gold. HEX triplet: D5, BE and 35. RGB value is (213,190,53). Sum of RGB (Red+Green+Blue) = 213+190+53=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE35 is #2A41CA. Grayscale: #B5B5B5. Windows color (decimal): -2769355 or 3522261. OLE color: 3522261.

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

Color convert

RGB21319053-
CMYK00.110.750.16
HSL51.38º65.57%52.16%-
HSV(B)51.38º75.12%83.53%-
XYZ46.551.2310.81-
YUV181.2655.62150.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 53 (21.09% from 255) = 11.62%
R=46.71%
G=41.67%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131905300.110.750.1651.3865.5752.16
HexD5BE350B4B10334234
Octal32527665013113206310264
Binary1101010110111110110101010111001011100001100111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BE35; }

 p { color: rgb(213,190,53); }

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

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

 a { background-color: rgb(213,190,53); }

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

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

 span { border-color: rgb(213,190,53); }

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