Html Css Color HEX #D5A23A Metallic Gold

📋 copy color: '#D5A23A'

red 213 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #D5A23A

Tints of Metallic Gold #D5A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 49.19%
G = 37.41%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5A23A (or 0xD5A23A) is known color: Metallic Gold. HEX triplet: D5, A2 and 3A. RGB value is (213,162,58). Sum of RGB (Red+Green+Blue) = 213+162+58=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A23A is #2A5DC5. Grayscale: #A5A5A5. Windows color (decimal): -2776518 or 3842773. OLE color: 3842773.

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

Color convert

RGB 213 162 58 -
CMYK 0 0.24 0.73 0.16
HSL 40.26º 0.65% 0.53% -
HSV(B) 40.26º 0.73% 0.84% -
XYZ 41.12 40.29 9.61 -
YUV 165.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 213 162 58 0 0.24 0.73 0.16 40.26 0.65 0.53
Hex D5 A2 3A 0 18 49 10 28 41 35
Octal 325 242 72 0 30 111 20 50 101 65
Binary 11010101 10100010 111010 0 11000 1001001 10000 101000 1000001 110101

Color Harmonies of #D5A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A23A

Black with #D5A23A

Text Example


Text Example

White with #D5A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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