#D8B743

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

Shades of Old Gold #D8B743

Tints of Old Gold #D8B743

Color information

#D8B743 (or 0xD8B743) is unknown color: approx Old Gold. HEX triplet: D8, B7 and 43. RGB value is (216,183,67). Sum of RGB (Red+Green+Blue) = 216+183+67=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B743 is #2748BC. Grayscale: #B4B4B4. Windows color (decimal): -2574525 or 4437976. OLE color: 4437976.

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

Color convert

RGB21618367-
CMYK00.150.690.15
HSL46.71º65.64%55.49%-
HSV(B)46.71º68.98%84.71%-
XYZ46.2748.8712.3-
YUV179.6464.43153.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 67 (26.56% from 255) = 14.38%
R=46.35%
G=39.27%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161836700.150.690.1546.7165.6455.49
HexD8B7430F45F2f4237
Octal330267103017105175710267
Binary1101100010110111100001101111100010111111011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B743; }

 p { color: rgb(216,183,67); }

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

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

 a { background-color: rgb(216,183,67); }

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

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

 span { border-color: rgb(216,183,67); }

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