Html Css Color HEX #D3A241 Metallic Gold

📋 copy color: '#D3A241'

red 211 ◦ green 162 ◦ blue 65

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

Shades of Metallic Gold #D3A241

Tints of Metallic Gold #D3A241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 48.17%
G = 36.99%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D3A241 (or 0xD3A241) is known color: Metallic Gold. HEX triplet: D3, A2 and 41. RGB value is (211,162,65). Sum of RGB (Red+Green+Blue) = 211+162+65=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A241 is #2C5DBE. Grayscale: #A6A6A6. Windows color (decimal): -2907583 or 4301523. OLE color: 4301523.

HSL color Cylindrical-coordinate representation of color #D3A241: hue angle of 39.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3A241 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 162 65 -
CMYK 0 0.23 0.69 0.17
HSL 39.86º 0.62% 0.54% -
HSV(B) 39.86º 0.69% 0.83% -
XYZ 40.74 40.07 10.59 -
YUV 165.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 211 162 65 0 0.23 0.69 0.17 39.86 0.62 0.54
Hex D3 A2 41 0 17 45 11 28 3E 36
Octal 323 242 101 0 27 105 21 50 76 66
Binary 11010011 10100010 1000001 0 10111 1000101 10001 101000 111110 110110

Color Harmonies of #D3A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A241

Black with #D3A241

Text Example


Text Example

White with #D3A241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A241; }

 p { color: rgb(211,162,65); }

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

background-color css

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

 a { background-color: rgb(211,162,65); }

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

border-color css

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

 span { border-color: rgb(211,162,65); }

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