#D2B648

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

Shades of Old Gold #D2B648

Tints of Old Gold #D2B648

Color information

#D2B648 (or 0xD2B648) is unknown color: approx Old Gold. HEX triplet: D2, B6 and 48. RGB value is (210,182,72). Sum of RGB (Red+Green+Blue) = 210+182+72=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B648 is #2D49B7. Grayscale: #B2B2B2. Windows color (decimal): -2967992 or 4765394. OLE color: 4765394.

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

Color convert

RGB21018272-
CMYK00.130.660.18
HSL47.83º60.53%55.29%-
HSV(B)47.83º65.71%82.35%-
XYZ44.4847.6312.98-
YUV177.8368.28150.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 72 (28.52% from 255) = 15.52%
R=45.26%
G=39.22%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101827200.130.660.1847.8360.5355.29
HexD2B6480D4212303d37
Octal32226611001510222607567
Binary1101001010110110100100001101100001010010110000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B648; }

 p { color: rgb(210,182,72); }

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

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

 a { background-color: rgb(210,182,72); }

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

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

 span { border-color: rgb(210,182,72); }

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