Html Css Color HEX #D3A03D Metallic Gold

📋 copy color: '#D3A03D'

red 211 ◦ green 160 ◦ blue 61

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

Shades of Metallic Gold #D3A03D

Tints of Metallic Gold #D3A03D

RGB

 RED value IS 211 (82.81% from 255) = 48.84%

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 48.84%
G = 37.04%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3A03D (or 0xD3A03D) is known color: Metallic Gold. HEX triplet: D3, A0 and 3D. RGB value is (211,160,61). Sum of RGB (Red+Green+Blue) = 211+160+61=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A03D is #2C5FC2. Grayscale: #A4A4A4. Windows color (decimal): -2908099 or 4038867. OLE color: 4038867.

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

Color convert

RGB 211 160 61 -
CMYK 0 0.24 0.71 0.17
HSL 39.6º 0.63% 0.53% -
HSV(B) 39.6º 0.71% 0.83% -
XYZ 40.28 39.33 9.88 -
YUV 163.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 211 160 61 0 0.24 0.71 0.17 39.6 0.63 0.53
Hex D3 A0 3D 0 18 47 11 28 3F 35
Octal 323 240 75 0 30 107 21 50 77 65
Binary 11010011 10100000 111101 0 11000 1000111 10001 101000 111111 110101

Color Harmonies of #D3A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A03D

Black with #D3A03D

Text Example


Text Example

White with #D3A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A03D; }

 p { color: rgb(211,160,61); }

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

background-color css

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

 a { background-color: rgb(211,160,61); }

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

border-color css

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

 span { border-color: rgb(211,160,61); }

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