#D6B444

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

Shades of Old Gold #D6B444

Tints of Old Gold #D6B444

Color information

#D6B444 (or 0xD6B444) is unknown color: approx Old Gold. HEX triplet: D6, B4 and 44. RGB value is (214,180,68). Sum of RGB (Red+Green+Blue) = 214+180+68=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B444 is #294BBB. Grayscale: #B1B1B1. Windows color (decimal): -2706364 or 4502742. OLE color: 4502742.

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

Color convert

RGB21418068-
CMYK00.160.680.16
HSL46.03º64.04%55.29%-
HSV(B)46.03º68.22%83.92%-
XYZ45.147.3612.23-
YUV177.466.26154.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=46.32%
G=38.96%
B=14.72%

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
Decimal2141806800.160.680.1646.0364.0455.29
HexD6B44401044102e4037
Octal326264104020104205610067
Binary110101101011010010001000100001000100100001011101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B444; }

 p { color: rgb(214,180,68); }

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

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

 a { background-color: rgb(214,180,68); }

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

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

 span { border-color: rgb(214,180,68); }

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