#D0B934

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

Shades of Old Gold #D0B934

Tints of Old Gold #D0B934

Color information

#D0B934 (or 0xD0B934) is unknown color: approx Old Gold. HEX triplet: D0, B9 and 34. RGB value is (208,185,52). Sum of RGB (Red+Green+Blue) = 208+185+52=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B934 is #2F46CB. Grayscale: #B1B1B1. Windows color (decimal): -3098316 or 3455440. OLE color: 3455440.

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

Color convert

RGB20818552-
CMYK00.110.750.18
HSL51.15º62.4%50.98%-
HSV(B)51.15º75%81.57%-
XYZ43.9848.3610.26-
YUV176.7257.62150.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 52 (20.70% from 255) = 11.69%
R=46.74%
G=41.57%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081855200.110.750.1851.1562.450.98
HexD0B9340B4B12333e33
Octal3202716401311322637663
Binary110100001011100111010001011100101110010110011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B934; }

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

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

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

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

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

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

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

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