Html Css Color HEX #D4A93A Metallic Gold

📋 copy color: '#D4A93A'

red 212 ◦ green 169 ◦ blue 58

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

Shades of Metallic Gold #D4A93A

Tints of Metallic Gold #D4A93A

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

 GREEN value IS 169 (66.41% from 255) = 38.5%

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

R = 48.29%
G = 38.5%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4A93A (or 0xD4A93A) is known color: Metallic Gold. HEX triplet: D4, A9 and 3A. RGB value is (212,169,58). Sum of RGB (Red+Green+Blue) = 212+169+58=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A93A is #2B56C5. Grayscale: #A9A9A9. Windows color (decimal): -2840262 or 3844564. OLE color: 3844564.

HSL color Cylindrical-coordinate representation of color #D4A93A: hue angle of 43.25º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4A93A is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 58 -
CMYK 0 0.20 0.73 0.17
HSL 43.25º 0.64% 0.53% -
HSV(B) 43.25º 0.73% 0.83% -
XYZ 42.1 42.68 10.02 -
YUV 169.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 212 169 58 0 0.20 0.73 0.17 43.25 0.64 0.53
Hex D4 A9 3A 0 14 49 11 2B 40 35
Octal 324 251 72 0 24 111 21 53 100 65
Binary 11010100 10101001 111010 0 10100 1001001 10001 101011 1000000 110101

Color Harmonies of #D4A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A93A

Black with #D4A93A

Text Example


Text Example

White with #D4A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A93A; }

 p { color: rgb(212,169,58); }

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

background-color css

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

 a { background-color: rgb(212,169,58); }

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

border-color css

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

 span { border-color: rgb(212,169,58); }

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