#D6B148

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

Shades of Old Gold #D6B148

Tints of Old Gold #D6B148

Color information

#D6B148 (or 0xD6B148) is unknown color: approx Old Gold. HEX triplet: D6, B1 and 48. RGB value is (214,177,72). Sum of RGB (Red+Green+Blue) = 214+177+72=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B148 is #294EB7. Grayscale: #B0B0B0. Windows color (decimal): -2707128 or 4764118. OLE color: 4764118.

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

Color convert

RGB21417772-
CMYK00.170.660.16
HSL44.37º63.39%56.08%-
HSV(B)44.37º66.36%83.92%-
XYZ44.6246.2112.7-
YUV176.0969.26155.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=46.22%
G=38.23%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141777200.170.660.1644.3763.3956.08
HexD6B14801142102c3f38
Octal32626111002110220547770
Binary11010110101100011001000010001100001010000101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B148; }

 p { color: rgb(214,177,72); }

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

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

 a { background-color: rgb(214,177,72); }

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

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

 span { border-color: rgb(214,177,72); }

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