#D5A238

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

Shades of Metallic Gold #D5A238

Tints of Metallic Gold #D5A238

Color information

#D5A238 (or 0xD5A238) is unknown color: approx Metallic Gold. HEX triplet: D5, A2 and 38. RGB value is (213,162,56). Sum of RGB (Red+Green+Blue) = 213+162+56=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A238 is #2A5DC7. Grayscale: #A5A5A5. Windows color (decimal): -2776520 or 3711701. OLE color: 3711701.

HSL color Cylindrical-coordinate representation of color #D5A238: hue angle of 40.51º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5A238 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21316256-
CMYK00.240.740.16
HSL40.51º65.15%52.75%-
HSV(B)40.51º73.71%83.53%-
XYZ41.0740.279.35-
YUV165.1766.4162.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 56 (22.27% from 255) = 12.99%
R=49.42%
G=37.59%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131625600.240.740.1640.5165.1552.75
HexD5A2380184A10294135
Octal32524270030112205110165
Binary11010101101000101110000110001001010100001010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A238; }

 p { color: rgb(213,162,56); }

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

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

 a { background-color: rgb(213,162,56); }

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

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

 span { border-color: rgb(213,162,56); }

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