#D6B934

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

Shades of Old Gold #D6B934

Tints of Old Gold #D6B934

Color information

#D6B934 (or 0xD6B934) is unknown color: approx Old Gold. HEX triplet: D6, B9 and 34. RGB value is (214,185,52). Sum of RGB (Red+Green+Blue) = 214+185+52=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B934 is #2946CB. Grayscale: #B3B3B3. Windows color (decimal): -2705100 or 3455446. OLE color: 3455446.

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

Color convert

RGB21418552-
CMYK00.140.760.16
HSL49.26º66.39%52.16%-
HSV(B)49.26º75.7%83.92%-
XYZ45.749.2410.34-
YUV178.5156.61153.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 52 (20.70% from 255) = 11.53%
R=47.45%
G=41.02%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141855200.140.760.1649.2666.3952.16
HexD6B9340E4C10314234
Octal32627164016114206110264
Binary1101011010111001110100011101001100100001100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B934; }

 p { color: rgb(214,185,52); }

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

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

 a { background-color: rgb(214,185,52); }

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

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

 span { border-color: rgb(214,185,52); }

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