#D9B948

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

Shades of Old Gold #D9B948

Tints of Old Gold #D9B948

Color information

#D9B948 (or 0xD9B948) is unknown color: approx Old Gold. HEX triplet: D9, B9 and 48. RGB value is (217,185,72). Sum of RGB (Red+Green+Blue) = 217+185+72=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B948 is #2646B7. Grayscale: #B6B6B6. Windows color (decimal): -2508472 or 4766169. OLE color: 4766169.

HSL color Cylindrical-coordinate representation of color #D9B948: hue angle of 46.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9B948 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21718572-
CMYK00.150.670.15
HSL46.76º65.61%56.67%-
HSV(B)46.76º66.82%85.1%-
XYZ47.1349.9213.28-
YUV181.6966.1153.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=45.78%
G=39.03%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171857200.150.670.1546.7665.6156.67
HexD9B9480F43F2f4239
Octal331271110017103175710271
Binary1101100110111001100100001111100001111111011111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B948; }

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

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

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

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

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

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

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

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