#D7B939

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

Shades of Old Gold #D7B939

Tints of Old Gold #D7B939

Color information

#D7B939 (or 0xD7B939) is unknown color: approx Old Gold. HEX triplet: D7, B9 and 39. RGB value is (215,185,57). Sum of RGB (Red+Green+Blue) = 215+185+57=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B939 is #2846C6. Grayscale: #B3B3B3. Windows color (decimal): -2639559 or 3783127. OLE color: 3783127.

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

Color convert

RGB21518557-
CMYK00.140.730.16
HSL48.61º66.39%53.33%-
HSV(B)48.61º73.49%84.31%-
XYZ46.1149.4410.98-
YUV179.3858.94153.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 57 (22.66% from 255) = 12.47%
R=47.05%
G=40.48%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151855700.140.730.1648.6166.3953.33
HexD7B9390E4910314235
Octal32727171016111206110265
Binary1101011110111001111001011101001001100001100011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B939; }

 p { color: rgb(215,185,57); }

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

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

 a { background-color: rgb(215,185,57); }

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

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

 span { border-color: rgb(215,185,57); }

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