#D2A93C

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

Shades of Metallic Gold #D2A93C

Tints of Metallic Gold #D2A93C

Color information

#D2A93C (or 0xD2A93C) is unknown color: approx Metallic Gold. HEX triplet: D2, A9 and 3C. RGB value is (210,169,60). Sum of RGB (Red+Green+Blue) = 210+169+60=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A93C is #2D56C3. Grayscale: #A9A9A9. Windows color (decimal): -2971332 or 3975634. OLE color: 3975634.

HSL color Cylindrical-coordinate representation of color #D2A93C: hue angle of 43.6º 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 #D2A93C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21016960-
CMYK00.200.710.18
HSL43.6º62.5%52.94%-
HSV(B)43.6º71.43%82.35%-
XYZ41.5842.410.27-
YUV168.8366.58157.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.84%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=47.84%
G=38.50%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101696000.200.710.1843.662.552.94
HexD2A93C01447122c3e35
Octal3222517402410722547665
Binary1101001010101001111100010100100011110010101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A93C; }

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

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

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

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

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

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

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

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