#D8B844

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

Shades of Old Gold #D8B844

Tints of Old Gold #D8B844

Color information

#D8B844 (or 0xD8B844) is unknown color: approx Old Gold. HEX triplet: D8, B8 and 44. RGB value is (216,184,68). Sum of RGB (Red+Green+Blue) = 216+184+68=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B844 is #2747BB. Grayscale: #B4B4B4. Windows color (decimal): -2574268 or 4503768. OLE color: 4503768.

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

Color convert

RGB21618468-
CMYK00.150.690.15
HSL47.03º65.49%55.69%-
HSV(B)47.03º68.52%84.71%-
XYZ46.549.312.53-
YUV180.3464.6153.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 68 (26.95% from 255) = 14.53%
R=46.15%
G=39.32%
B=14.53%

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
Decimal2161846800.150.690.1547.0365.4955.69
HexD8B8440F45F2f4138
Octal330270104017105175710170
Binary1101100010111000100010001111100010111111011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B844; }

 p { color: rgb(216,184,68); }

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

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

 a { background-color: rgb(216,184,68); }

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

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

 span { border-color: rgb(216,184,68); }

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