Html Css Color HEX #D5A43B Metallic Gold

📋 copy color: '#D5A43B'

red 213 ◦ green 164 ◦ blue 59

#D5A43B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #D5A43B

Tints of Metallic Gold #D5A43B

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

 GREEN value IS 164 (64.45% from 255) = 37.61%

 BLUE value IS 59 (23.44% from 255) = 13.53%

R = 48.85%
G = 37.61%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5A43B (or 0xD5A43B) is known color: Metallic Gold. HEX triplet: D5, A4 and 3B. RGB value is (213,164,59). Sum of RGB (Red+Green+Blue) = 213+164+59=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A43B is #2A5BC4. Grayscale: #A7A7A7. Windows color (decimal): -2776005 or 3908821. OLE color: 3908821.

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

Color convert

RGB 213 164 59 -
CMYK 0 0.23 0.72 0.16
HSL 40.91º 0.65% 0.53% -
HSV(B) 40.91º 0.72% 0.84% -
XYZ 41.51 41.01 9.87 -
YUV 166.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 213 164 59 0 0.23 0.72 0.16 40.91 0.65 0.53
Hex D5 A4 3B 0 17 48 10 29 41 35
Octal 325 244 73 0 27 110 20 51 101 65
Binary 11010101 10100100 111011 0 10111 1001000 10000 101001 1000001 110101

Color Harmonies of #D5A43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A43B

Black with #D5A43B

Text Example


Text Example

White with #D5A43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A43B; }

 p { color: rgb(213,164,59); }

 H1.HeaderClassName
 {
   color: #D5A43B;
 }
 .AnyTagClassName
 {
   color: #D5A43B;
 }
</style>

background-color css

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

 a { background-color: rgb(213,164,59); }

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

border-color css

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

 span { border-color: rgb(213,164,59); }

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