#D2B13C

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

Shades of Metallic Gold #D2B13C

Tints of Metallic Gold #D2B13C

Color information

#D2B13C (or 0xD2B13C) is unknown color: approx Metallic Gold. HEX triplet: D2, B1 and 3C. RGB value is (210,177,60). Sum of RGB (Red+Green+Blue) = 210+177+60=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B13C is #2D4EC3. Grayscale: #AEAEAE. Windows color (decimal): -2969284 or 3977682. OLE color: 3977682.

HSL color Cylindrical-coordinate representation of color #D2B13C: hue angle of 46.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2B13C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21017760-
CMYK00.160.710.18
HSL46.8º62.5%52.94%-
HSV(B)46.8º71.43%82.35%-
XYZ43.1245.4710.78-
YUV173.5363.93154.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=46.98%
G=39.60%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101776000.160.710.1846.862.552.94
HexD2B13C01047122f3e35
Octal3222617402010722577665
Binary1101001010110001111100010000100011110010101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B13C; }

 p { color: rgb(210,177,60); }

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

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

 a { background-color: rgb(210,177,60); }

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

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

 span { border-color: rgb(210,177,60); }

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