#D5AD3D

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

Shades of Metallic Gold #D5AD3D

Tints of Metallic Gold #D5AD3D

Color information

#D5AD3D (or 0xD5AD3D) is unknown color: approx Metallic Gold. HEX triplet: D5, AD and 3D. RGB value is (213,173,61). Sum of RGB (Red+Green+Blue) = 213+173+61=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD3D is #2A52C2. Grayscale: #ACACAC. Windows color (decimal): -2773699 or 4042197. OLE color: 4042197.

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

Color convert

RGB21317361-
CMYK00.190.710.16
HSL44.21º64.41%53.73%-
HSV(B)44.21º71.36%83.53%-
XYZ43.2344.3710.7-
YUV172.1965.25157.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 61 (24.22% from 255) = 13.65%
R=47.65%
G=38.70%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131736100.190.710.1644.2164.4153.73
HexD5AD3D01347102c4036
Octal32525575023107205410066
Binary11010101101011011111010100111000111100001011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD3D; }

 p { color: rgb(213,173,61); }

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

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

 a { background-color: rgb(213,173,61); }

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

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

 span { border-color: rgb(213,173,61); }

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