Html Css Color HEX #D3A33D Metallic Gold

📋 copy color: '#D3A33D'

red 211 ◦ green 163 ◦ blue 61

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

Shades of Metallic Gold #D3A33D

Tints of Metallic Gold #D3A33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

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

R = 48.51%
G = 37.47%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3A33D (or 0xD3A33D) is known color: Metallic Gold. HEX triplet: D3, A3 and 3D. RGB value is (211,163,61). Sum of RGB (Red+Green+Blue) = 211+163+61=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A33D is #2C5CC2. Grayscale: #A6A6A6. Windows color (decimal): -2907331 or 4039635. OLE color: 4039635.

HSL color Cylindrical-coordinate representation of color #D3A33D: hue angle of 40.8º 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 #D3A33D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 163 61 -
CMYK 0 0.23 0.71 0.17
HSL 40.8º 0.63% 0.53% -
HSV(B) 40.8º 0.71% 0.83% -
XYZ 40.8 40.38 10.06 -
YUV 165.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 211 163 61 0 0.23 0.71 0.17 40.8 0.63 0.53
Hex D3 A3 3D 0 17 47 11 29 3F 35
Octal 323 243 75 0 27 107 21 51 77 65
Binary 11010011 10100011 111101 0 10111 1000111 10001 101001 111111 110101

Color Harmonies of #D3A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A33D

Black with #D3A33D

Text Example


Text Example

White with #D3A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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