#D6B741

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

Shades of Old Gold #D6B741

Tints of Old Gold #D6B741

Color information

#D6B741 (or 0xD6B741) is unknown color: approx Old Gold. HEX triplet: D6, B7 and 41. RGB value is (214,183,65). Sum of RGB (Red+Green+Blue) = 214+183+65=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B741 is #2948BE. Grayscale: #B3B3B3. Windows color (decimal): -2705599 or 4306902. OLE color: 4306902.

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

Color convert

RGB21418365-
CMYK00.140.700.16
HSL47.52º64.5%54.71%-
HSV(B)47.52º69.63%83.92%-
XYZ45.6248.5411.97-
YUV178.8263.77153.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 183 (71.88% from 255) = 39.61%
BLUE value IS 65 (25.78% from 255) = 14.07%
R=46.32%
G=39.61%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141836500.140.700.1647.5264.554.71
HexD6B7410E4610304137
Octal326267101016106206010167
Binary11010110101101111000001011101000110100001100001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B741; }

 p { color: rgb(214,183,65); }

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

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

 a { background-color: rgb(214,183,65); }

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

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

 span { border-color: rgb(214,183,65); }

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