#D0B740

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

Shades of Old Gold #D0B740

Tints of Old Gold #D0B740

Color information

#D0B740 (or 0xD0B740) is unknown color: approx Old Gold. HEX triplet: D0, B7 and 40. RGB value is (208,183,64). Sum of RGB (Red+Green+Blue) = 208+183+64=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B740 is #2F48BF. Grayscale: #B1B1B1. Windows color (decimal): -3098816 or 4241360. OLE color: 4241360.

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

Color convert

RGB20818364-
CMYK00.120.690.18
HSL49.58º60.5%53.33%-
HSV(B)49.58º69.23%81.57%-
XYZ43.8747.6511.74-
YUV176.9164.28150.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 64 (25.39% from 255) = 14.07%
R=45.71%
G=40.22%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081836400.120.690.1849.5860.553.33
HexD0B7400C4512323d35
Octal32026710001410522627565
Binary1101000010110111100000001100100010110010110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B740; }

 p { color: rgb(208,183,64); }

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

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

 a { background-color: rgb(208,183,64); }

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

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

 span { border-color: rgb(208,183,64); }

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