#D0BA41

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

Shades of Old Gold #D0BA41

Tints of Old Gold #D0BA41

Color information

#D0BA41 (or 0xD0BA41) is unknown color: approx Old Gold. HEX triplet: D0, BA and 41. RGB value is (208,186,65). Sum of RGB (Red+Green+Blue) = 208+186+65=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA41 is #2F45BE. Grayscale: #B3B3B3. Windows color (decimal): -3098047 or 4307664. OLE color: 4307664.

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

Color convert

RGB20818665-
CMYK00.110.690.18
HSL50.77º60.34%53.53%-
HSV(B)50.77º68.75%81.57%-
XYZ44.5348.9112.09-
YUV178.7863.79148.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 65 (25.78% from 255) = 14.16%
R=45.32%
G=40.52%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081866500.110.690.1850.7760.3453.53
HexD0BA410B4512333c36
Octal32027210101310522637466
Binary1101000010111010100000101011100010110010110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA41; }

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

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

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

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

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

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

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

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