#D2B930

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

Shades of Old Gold #D2B930

Tints of Old Gold #D2B930

Color information

#D2B930 (or 0xD2B930) is unknown color: approx Old Gold. HEX triplet: D2, B9 and 30. RGB value is (210,185,48). Sum of RGB (Red+Green+Blue) = 210+185+48=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B930 is #2D46CF. Grayscale: #B1B1B1. Windows color (decimal): -2967248 or 3193298. OLE color: 3193298.

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

Color convert

RGB21018548-
CMYK00.120.770.18
HSL50.74º64.29%50.59%-
HSV(B)50.74º77.14%82.35%-
XYZ44.4648.619.84-
YUV176.8655.28151.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 48 (19.14% from 255) = 10.84%
R=47.40%
G=41.76%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101854800.120.770.1850.7464.2950.59
HexD2B9300C4D12334033
Octal32227160014115226310063
Binary1101001010111001110000011001001101100101100111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B930; }

 p { color: rgb(210,185,48); }

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

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

 a { background-color: rgb(210,185,48); }

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

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

 span { border-color: rgb(210,185,48); }

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