Html Css Color HEX #D5A830 Metallic Gold

📋 copy color: '#D5A830'

red 213 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #D5A830

Tints of Metallic Gold #D5A830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 49.65%
G = 39.16%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5A830 (or 0xD5A830) is known color: Metallic Gold. HEX triplet: D5, A8 and 30. RGB value is (213,168,48). Sum of RGB (Red+Green+Blue) = 213+168+48=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A830 is #2A57CF. Grayscale: #A8A8A8. Windows color (decimal): -2774992 or 3188949. OLE color: 3188949.

HSL color Cylindrical-coordinate representation of color #D5A830: hue angle of 43.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5A830 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 48 -
CMYK 0 0.21 0.77 0.16
HSL 43.64º 0.66% 0.51% -
HSV(B) 43.64º 0.77% 0.84% -
XYZ 41.98 42.36 8.76 -
YUV 167.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 213 168 48 0 0.21 0.77 0.16 43.64 0.66 0.51
Hex D5 A8 30 0 15 4D 10 2C 42 33
Octal 325 250 60 0 25 115 20 54 102 63
Binary 11010101 10101000 110000 0 10101 1001101 10000 101100 1000010 110011

Color Harmonies of #D5A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A830

Black with #D5A830

Text Example


Text Example

White with #D5A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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