#D1B82A

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

Shades of Old Gold #D1B82A

Tints of Old Gold #D1B82A

Color information

#D1B82A (or 0xD1B82A) is unknown color: approx Old Gold. HEX triplet: D1, B8 and 2A. RGB value is (209,184,42). Sum of RGB (Red+Green+Blue) = 209+184+42=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B82A is #2E47D5. Grayscale: #AFAFAF. Windows color (decimal): -3033046 or 2799825. OLE color: 2799825.

HSL color Cylindrical-coordinate representation of color #D1B82A: hue angle of 51.02º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1B82A is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20918442-
CMYK00.120.800.18
HSL51.02º66.53%49.22%-
HSV(B)51.02º79.9%81.96%-
XYZ43.85489.14-
YUV175.2952.78152.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 42 (16.80% from 255) = 9.66%
R=48.05%
G=42.30%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091844200.120.800.1851.0266.5349.22
HexD1B82A0C5012334331
Octal32127052014120226310361
Binary1101000110111000101010011001010000100101100111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B82A; }

 p { color: rgb(209,184,42); }

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

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

 a { background-color: rgb(209,184,42); }

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

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

 span { border-color: rgb(209,184,42); }

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