#D2B449

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

Shades of Old Gold #D2B449

Tints of Old Gold #D2B449

Color information

#D2B449 (or 0xD2B449) is unknown color: approx Old Gold. HEX triplet: D2, B4 and 49. RGB value is (210,180,73). Sum of RGB (Red+Green+Blue) = 210+180+73=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B449 is #2D4BB6. Grayscale: #B1B1B1. Windows color (decimal): -2968503 or 4830418. OLE color: 4830418.

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

Color convert

RGB21018073-
CMYK00.140.650.18
HSL46.86º60.35%55.49%-
HSV(B)46.86º65.24%82.35%-
XYZ44.146.8313.02-
YUV176.7769.44151.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 73 (28.91% from 255) = 15.77%
R=45.36%
G=38.88%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101807300.140.650.1846.8660.3555.49
HexD2B4490E41122f3c37
Octal32226411101610122577467
Binary1101001010110100100100101110100000110010101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B449; }

 p { color: rgb(210,180,73); }

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

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

 a { background-color: rgb(210,180,73); }

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

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

 span { border-color: rgb(210,180,73); }

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