#D5A23C

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

Shades of Metallic Gold #D5A23C

Tints of Metallic Gold #D5A23C

Color information

#D5A23C (or 0xD5A23C) is unknown color: approx Metallic Gold. HEX triplet: D5, A2 and 3C. RGB value is (213,162,60). Sum of RGB (Red+Green+Blue) = 213+162+60=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A23C is #2A5DC3. Grayscale: #A6A6A6. Windows color (decimal): -2776516 or 3973845. OLE color: 3973845.

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

Color convert

RGB21316260-
CMYK00.240.720.16
HSL40º64.56%53.53%-
HSV(B)40º71.83%83.53%-
XYZ41.1840.319.89-
YUV165.6268.4161.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=48.97%
G=37.24%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131626000.240.720.164064.5653.53
HexD5A23C0184810284136
Octal32524274030110205010166
Binary11010101101000101111000110001001000100001010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A23C; }

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

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

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

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

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

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

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

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