Html Css Color HEX #D5A83A Metallic Gold

📋 copy color: '#D5A83A'

red 213 ◦ green 168 ◦ blue 58

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

Shades of Metallic Gold #D5A83A

Tints of Metallic Gold #D5A83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 48.52%
G = 38.27%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5A83A (or 0xD5A83A) is known color: Metallic Gold. HEX triplet: D5, A8 and 3A. RGB value is (213,168,58). Sum of RGB (Red+Green+Blue) = 213+168+58=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A83A is #2A57C5. Grayscale: #A9A9A9. Windows color (decimal): -2774982 or 3844309. OLE color: 3844309.

HSL color Cylindrical-coordinate representation of color #D5A83A: hue angle of 42.58º 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 #D5A83A is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 58 -
CMYK 0 0.21 0.73 0.16
HSL 42.58º 0.65% 0.53% -
HSV(B) 42.58º 0.73% 0.84% -
XYZ 42.21 42.46 9.97 -
YUV 168.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 213 168 58 0 0.21 0.73 0.16 42.58 0.65 0.53
Hex D5 A8 3A 0 15 49 10 2B 41 35
Octal 325 250 72 0 25 111 20 53 101 65
Binary 11010101 10101000 111010 0 10101 1001001 10000 101011 1000001 110101

Color Harmonies of #D5A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A83A

Black with #D5A83A

Text Example


Text Example

White with #D5A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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