#D6BA3B

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

Shades of Old Gold #D6BA3B

Tints of Old Gold #D6BA3B

Color information

#D6BA3B (or 0xD6BA3B) is unknown color: approx Old Gold. HEX triplet: D6, BA and 3B. RGB value is (214,186,59). Sum of RGB (Red+Green+Blue) = 214+186+59=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA3B is #2945C4. Grayscale: #B4B4B4. Windows color (decimal): -2704837 or 3914454. OLE color: 3914454.

HSL color Cylindrical-coordinate representation of color #D6BA3B: hue angle of 49.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6BA3B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21418659-
CMYK00.130.720.16
HSL49.16º65.4%53.53%-
HSV(B)49.16º72.43%83.92%-
XYZ46.0849.7311.31-
YUV179.8959.78152.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 59 (23.44% from 255) = 12.85%
R=46.62%
G=40.52%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141865900.130.720.1649.1665.453.53
HexD6BA3B0D4810314136
Octal32627273015110206110166
Binary1101011010111010111011011011001000100001100011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA3B; }

 p { color: rgb(214,186,59); }

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

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

 a { background-color: rgb(214,186,59); }

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

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

 span { border-color: rgb(214,186,59); }

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