#D7B445

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

Shades of Old Gold #D7B445

Tints of Old Gold #D7B445

Color information

#D7B445 (or 0xD7B445) is unknown color: approx Old Gold. HEX triplet: D7, B4 and 45. RGB value is (215,180,69). Sum of RGB (Red+Green+Blue) = 215+180+69=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B445 is #284BBA. Grayscale: #B2B2B2. Windows color (decimal): -2640827 or 4568279. OLE color: 4568279.

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

Color convert

RGB21518069-
CMYK00.160.680.16
HSL45.62º64.6%55.69%-
HSV(B)45.62º67.91%84.31%-
XYZ45.4247.5212.41-
YUV177.8166.6154.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=46.34%
G=38.79%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151806900.160.680.1645.6264.655.69
HexD7B44501044102e4138
Octal327264105020104205610170
Binary110101111011010010001010100001000100100001011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B445; }

 p { color: rgb(215,180,69); }

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

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

 a { background-color: rgb(215,180,69); }

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

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

 span { border-color: rgb(215,180,69); }

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