#D1C030

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

Shades of Old Gold #D1C030

Tints of Old Gold #D1C030

Color information

#D1C030 (or 0xD1C030) is unknown color: approx Old Gold. HEX triplet: D1, C0 and 30. RGB value is (209,192,48). Sum of RGB (Red+Green+Blue) = 209+192+48=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C030 is #2E3FCF. Grayscale: #B5B5B5. Windows color (decimal): -3030992 or 3195089. OLE color: 3195089.

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

Color convert

RGB20919248-
CMYK00.080.770.18
HSL53.66º63.64%50.39%-
HSV(B)53.66º77.03%81.96%-
XYZ45.6851.4710.32-
YUV180.6753.13148.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 48 (19.14% from 255) = 10.69%
R=46.55%
G=42.76%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091924800.080.770.1853.6663.6450.39
HexD1C030084D12364032
Octal32130060010115226610062
Binary1101000111000000110000010001001101100101101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C030; }

 p { color: rgb(209,192,48); }

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

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

 a { background-color: rgb(209,192,48); }

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

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

 span { border-color: rgb(209,192,48); }

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