#D5B834

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

Shades of Old Gold #D5B834

Tints of Old Gold #D5B834

Color information

#D5B834 (or 0xD5B834) is unknown color: approx Old Gold. HEX triplet: D5, B8 and 34. RGB value is (213,184,52). Sum of RGB (Red+Green+Blue) = 213+184+52=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B834 is #2A47CB. Grayscale: #B2B2B2. Windows color (decimal): -2770892 or 3455189. OLE color: 3455189.

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

Color convert

RGB21318452-
CMYK00.140.760.16
HSL49.19º65.71%51.96%-
HSV(B)49.19º75.59%83.53%-
XYZ45.248.6810.26-
YUV177.6257.11153.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=47.44%
G=40.98%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131845200.140.760.1649.1965.7151.96
HexD5B8340E4C10314234
Octal32527064016114206110264
Binary1101010110111000110100011101001100100001100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B834; }

 p { color: rgb(213,184,52); }

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

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

 a { background-color: rgb(213,184,52); }

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

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

 span { border-color: rgb(213,184,52); }

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