#D2B439

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

Shades of Old Gold #D2B439

Tints of Old Gold #D2B439

Color information

#D2B439 (or 0xD2B439) is unknown color: approx Old Gold. HEX triplet: D2, B4 and 39. RGB value is (210,180,57). Sum of RGB (Red+Green+Blue) = 210+180+57=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B439 is #2D4BC6. Grayscale: #AFAFAF. Windows color (decimal): -2968519 or 3781842. OLE color: 3781842.

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

Color convert

RGB21018057-
CMYK00.140.730.18
HSL48.24º62.96%52.35%-
HSV(B)48.24º72.86%82.35%-
XYZ43.6446.6410.57-
YUV174.9561.44153-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 57 (22.66% from 255) = 12.75%
R=46.98%
G=40.27%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101805700.140.730.1848.2462.9652.35
HexD2B4390E4912303f34
Octal3222647101611122607764
Binary110100101011010011100101110100100110010110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B439; }

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

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

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

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

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

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

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

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