#D5B948

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

Shades of Old Gold #D5B948

Tints of Old Gold #D5B948

Color information

#D5B948 (or 0xD5B948) is unknown color: approx Old Gold. HEX triplet: D5, B9 and 48. RGB value is (213,185,72). Sum of RGB (Red+Green+Blue) = 213+185+72=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B948 is #2A46B7. Grayscale: #B4B4B4. Windows color (decimal): -2770616 or 4766165. OLE color: 4766165.

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

Color convert

RGB21318572-
CMYK00.130.660.16
HSL48.09º62.67%55.88%-
HSV(B)48.09º66.2%83.53%-
XYZ45.9649.3113.23-
YUV180.4966.78151.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 72 (28.52% from 255) = 15.32%
R=45.32%
G=39.36%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131857200.130.660.1648.0962.6755.88
HexD5B9480D4210303f38
Octal32527111001510220607770
Binary1101010110111001100100001101100001010000110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B948; }

 p { color: rgb(213,185,72); }

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

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

 a { background-color: rgb(213,185,72); }

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

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

 span { border-color: rgb(213,185,72); }

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