#D0BA43

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

Shades of Old Gold #D0BA43

Tints of Old Gold #D0BA43

Color information

#D0BA43 (or 0xD0BA43) is unknown color: approx Old Gold. HEX triplet: D0, BA and 43. RGB value is (208,186,67). Sum of RGB (Red+Green+Blue) = 208+186+67=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA43 is #2F45BC. Grayscale: #B3B3B3. Windows color (decimal): -3098045 or 4438736. OLE color: 4438736.

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

Color convert

RGB20818667-
CMYK00.110.680.18
HSL50.64º60%53.92%-
HSV(B)50.64º67.79%81.57%-
XYZ44.5848.9312.41-
YUV179.0164.79148.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 67 (26.56% from 255) = 14.53%
R=45.12%
G=40.35%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081866700.110.680.1850.646053.92
HexD0BA430B4412333c36
Octal32027210301310422637466
Binary1101000010111010100001101011100010010010110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA43; }

 p { color: rgb(208,186,67); }

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

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

 a { background-color: rgb(208,186,67); }

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

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

 span { border-color: rgb(208,186,67); }

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