#D2BA3B

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

Shades of Old Gold #D2BA3B

Tints of Old Gold #D2BA3B

Color information

#D2BA3B (or 0xD2BA3B) is unknown color: approx Old Gold. HEX triplet: D2, BA and 3B. RGB value is (210,186,59). Sum of RGB (Red+Green+Blue) = 210+186+59=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA3B is #2D45C4. Grayscale: #B3B3B3. Windows color (decimal): -2966981 or 3914450. OLE color: 3914450.

HSL color Cylindrical-coordinate representation of color #D2BA3B: hue angle of 50.46º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2BA3B is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB21018659-
CMYK00.110.720.18
HSL50.46º62.66%52.75%-
HSV(B)50.46º71.9%82.35%-
XYZ44.9349.1411.25-
YUV178.760.45150.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 59 (23.44% from 255) = 12.97%
R=46.15%
G=40.88%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101865900.110.720.1850.4662.6652.75
HexD2BA3B0B4812323f35
Octal3222727301311022627765
Binary110100101011101011101101011100100010010110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA3B; }

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

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

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

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

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

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

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

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