#D2B541

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

Shades of Old Gold #D2B541

Tints of Old Gold #D2B541

Color information

#D2B541 (or 0xD2B541) is unknown color: approx Old Gold. HEX triplet: D2, B5 and 41. RGB value is (210,181,65). Sum of RGB (Red+Green+Blue) = 210+181+65=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B541 is #2D4ABE. Grayscale: #B0B0B0. Windows color (decimal): -2968255 or 4306386. OLE color: 4306386.

HSL color Cylindrical-coordinate representation of color #D2B541: hue angle of 48º degrees, saturation: 0.62, 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 #D2B541 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21018165-
CMYK00.140.690.18
HSL48º61.7%53.92%-
HSV(B)48º69.05%82.35%-
XYZ44.0647.1311.78-
YUV176.4565.11151.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 65 (25.78% from 255) = 14.25%
R=46.05%
G=39.69%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101816500.140.690.184861.753.92
HexD2B5410E4512303e36
Octal32226510101610522607666
Binary1101001010110101100000101110100010110010110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B541; }

 p { color: rgb(210,181,65); }

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

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

 a { background-color: rgb(210,181,65); }

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

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

 span { border-color: rgb(210,181,65); }

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